ports/databases/geoserver-mysql-plugin/Makefile
Vanilla I. Shu 90450705c9 Stagify.
Approved by:	portmgr@
2014-06-13 15:38:02 +00:00

32 lines
865 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= geoserver
PORTVERSION= 2.1.1
CATEGORIES= databases geography java
MASTER_SITES= SF/${PORTNAME}/GeoServer%20Extensions/${PORTVERSION}
PKGNAMESUFFIX= -mysql-plugin
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL DataStore implementation for GeoServer
RUN_DEPENDS= ${LOCALBASE}/geoserver/start.jar:${PORTSDIR}/graphics/geoserver
USES= zip
NO_BUILD= yes
GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib
SUB_FILES= pkg-message
PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-2.7.2.jar \
${GSLIBDIR}/mysql-connector-java-5.1.5.jar
LICENSE= LGPL21
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${GSLIBDIR}
.for f in ${PLIST_FILES:S,^${GSLIBDIR}/,,}
${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${PREFIX}/${GSLIBDIR}
.endfor
.include <bsd.port.mk>