freebsd-ports/databases/postgis-jdbc/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
627 B
Makefile

# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= postgis-jdbc
PORTVERSION= 2.1.7
CATEGORIES= databases java geography
MASTER_SITES= http://postgis.net/stuff/
EXTRACT_SUFX= .jar
MAINTAINER= rhurlin@gwdg.de
COMMENT= PostGIS spatial data structures for JDBC
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= %%JAVAJARDIR%%/postgis-jdbc-2.1.7.jar
do-install:
${INSTALL_DATA} ${_DISTDIR}${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>