freebsd-ports/graphics/jumpgis-postgis/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
967 B
Makefile

# New ports collection makefile for: JUMP PostGIS plugin
# Date created: June 25 2004
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= jumpgis-postgis
PORTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= graphics databases java geography
MASTER_SITES= http://postgis.refractions.net/download/
DISTNAME= postgisdriver-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= JUMP support for reading and writing a PostGIS database
RUN_DEPENDS= jumpgis:${PORTSDIR}/graphics/jumpgis
TARGET_DIR= ${PREFIX}/jumpgis
USE_JAVA= yes
JAVA_VERSION= 1.3+
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${ECHO_MSG} " >> Installing JAR files"
${MKDIR} ${TARGET_DIR}/lib/ext/
${INSTALL_DATA} ${WRKSRC}/lib/ext/postgisdriver-1.1.0.jar ${TARGET_DIR}/lib/ext/
${INSTALL_DATA} ${WRKSRC}/lib/ext/pg74jdbc3.jar ${TARGET_DIR}/lib/
post-install:
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>