diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-30 03:51:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-30 03:51:48 +0000 |
commit | 7699b253306cad248ce7c6ea1bdff68b051ad4a5 (patch) | |
tree | d4b7b0bf53c37865f84811c09446881707c52ea7 /databases/postgis-jdbc/Makefile | |
parent | - Update to version 3.0.0 (diff) |
Add postgis-jdbc 0.8.2, postGIS spatial data structures for JDBC.
PR: ports/68322
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=112576
Diffstat (limited to 'databases/postgis-jdbc/Makefile')
-rw-r--r-- | databases/postgis-jdbc/Makefile | 28 |
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> |