a605fe3b5e
jumpgis-postgis changed the mode of an already installed directory, causing the plist check to fail. Changes have been submitted for jumpgis which means this port doesn't need to modify the directory now. PR: ports/76184 Submitted by: Sam Lawrance <boris@brooknet.com.au>
35 lines
922 B
Makefile
35 lines
922 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
|
|
CATEGORIES= graphics databases java
|
|
MASTER_SITES= http://postgis.refractions.net/
|
|
DISTNAME= postgisdriver-${PORTVERSION}
|
|
|
|
MAINTAINER= boris@brooknet.com.au
|
|
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
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
@${ECHO_MSG} " >> Installing JAR files"
|
|
${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>
|