2004-06-30 05:51:48 +02:00
|
|
|
# New ports collection makefile for: postgis-jdbc
|
|
|
|
# Date created: June 25 2004
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= postgis-jdbc
|
2008-08-07 10:47:01 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= databases java geography
|
2008-08-18 09:32:37 +02:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
2008-08-07 10:47:01 +02:00
|
|
|
DISTFILES= postgis_${PORTVERSION}.jar
|
2004-06-30 05:51:48 +02:00
|
|
|
|
2008-06-21 13:39:13 +02:00
|
|
|
MAINTAINER= wenheping@gmail.com
|
2004-06-30 05:51:48 +02:00
|
|
|
COMMENT= PostGIS spatial data structures for JDBC
|
|
|
|
|
2008-08-07 10:47:01 +02:00
|
|
|
RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc
|
2007-02-27 05:53:46 +01:00
|
|
|
|
2005-04-05 01:25:04 +02:00
|
|
|
USE_JAVA= yes
|
|
|
|
JAVA_VERSION= 1.4+
|
2008-08-07 10:47:01 +02:00
|
|
|
NO_BUILD= yes
|
2005-04-05 01:25:04 +02:00
|
|
|
|
2008-08-07 10:47:01 +02:00
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/postgis_1.4.0.jar
|
2004-06-30 05:51:48 +02:00
|
|
|
|
2005-04-05 01:25:04 +02:00
|
|
|
do-install:
|
2008-08-07 10:47:01 +02:00
|
|
|
${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${JAVAJARDIR}
|
2004-06-30 05:51:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|