summaryrefslogtreecommitdiff
path: root/databases/postgis-jdbc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgis-jdbc/Makefile')
-rw-r--r--databases/postgis-jdbc/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile
new file mode 100644
index 000000000000..b548b9960b04
--- /dev/null
+++ b/databases/postgis-jdbc/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: postgis-jdbc
+# Date created: June 25 2004
+# Whom: Sam Lawrance <boris@brooknet.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= postgis-jdbc
+PORTVERSION= 0.8.2
+CATEGORIES= databases java
+MASTER_SITES= http://postgis.refractions.net/
+DISTNAME= postgis-${PORTVERSION}
+
+MAINTAINER= boris@brooknet.com.au
+COMMENT= PostGIS spatial data structures for JDBC
+
+BUILD_DEPENDS= ${JAVAJARDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc
+
+USE_JAVA= 1.4+
+EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
+MAKE_ARGS= EXAMPLESDIR="${EXAMPLESDIR}" \
+ DESTDIR="${PREFIX}" \
+ INSTALL_DATA="${INSTALL_DATA}" \
+ JAVAJARDIR="${JAVAJARDIR}"
+
+WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}/jdbc
+
+.include <bsd.port.mk>