2011-10-26 04:40:09 +02:00
|
|
|
# New ports collection Makefile for: tinows
|
|
|
|
# Date created: 2011-10-18
|
|
|
|
# Whom: Joris Dedieu <joris.dedieu@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tinyows
|
|
|
|
PORTVERSION= 1.0.0
|
2012-05-21 12:40:13 +02:00
|
|
|
PORTREVISION= 2
|
2011-10-26 04:40:09 +02:00
|
|
|
CATEGORIES= graphics www geography
|
2012-05-21 12:40:13 +02:00
|
|
|
MASTER_SITES= http://tinyows.org/release/
|
2011-10-26 04:40:09 +02:00
|
|
|
|
2012-05-21 12:40:13 +02:00
|
|
|
MAINTAINER= joris.dedieu@gmail.com
|
2011-10-26 04:40:09 +02:00
|
|
|
COMMENT= High Performance WFS-T server
|
|
|
|
|
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis
|
|
|
|
|
|
|
|
USE_BZIP2= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
2012-08-06 12:31:40 +02:00
|
|
|
OPTIONS_DEFINE= FASTCGI
|
|
|
|
OPTIONS_DEFAULT= FASTCGI
|
2011-10-26 04:40:09 +02:00
|
|
|
|
2012-08-06 12:31:40 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2011-10-26 04:40:09 +02:00
|
|
|
|
2012-08-06 12:31:40 +02:00
|
|
|
.if ${PORT_OPTIONS:MFASTCGI}
|
2012-05-21 12:40:13 +02:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi
|
|
|
|
CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE}
|
2011-10-26 04:40:09 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${WWWDIR}/cgi-bin/
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${WWWDIR}/cgi-bin/tinyows
|
|
|
|
|
2012-08-06 12:31:40 +02:00
|
|
|
.include <bsd.port.mk>
|