aboutsummaryrefslogtreecommitdiff
path: root/graphics/tinyows
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-01 13:09:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-01 13:09:03 +0000
commit3963392d8efbb2cd3caac500e093b9a779e84916 (patch)
tree902e58b200aed59a1433d2692ad93b640f3811c5 /graphics/tinyows
parent093df3f730f01f6e976298d8292d5878b4535758 (diff)
downloadports-3963392d8efbb2cd3caac500e093b9a779e84916.tar.gz
ports-3963392d8efbb2cd3caac500e093b9a779e84916.zip
Convert to options helper
- While I'm here: - Update MASTER_SITES - Fix indent - Sort *_DEPENDS - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin - Update WWW Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=486367
Diffstat (limited to 'graphics/tinyows')
-rw-r--r--graphics/tinyows/Makefile31
-rw-r--r--graphics/tinyows/pkg-descr2
2 files changed, 15 insertions, 18 deletions
diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile
index dc3a8cac1d52..6c72c72685c6 100644
--- a/graphics/tinyows/Makefile
+++ b/graphics/tinyows/Makefile
@@ -1,30 +1,27 @@
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
# $FreeBSD$
-PORTNAME= tinyows
-PORTVERSION= 1.1.0
-PORTREVISION= 1
-CATEGORIES= graphics www geography
-MASTER_SITES= http://download.osgeo.org/mapserver/
+PORTNAME= tinyows
+PORTVERSION= 1.1.0
+PORTREVISION= 1
+CATEGORIES= graphics www geography
+MASTER_SITES= https://download.osgeo.org/mapserver/
-MAINTAINER= joris.dedieu@gmail.com
-COMMENT= High Performance WFS-T server
+MAINTAINER= joris.dedieu@gmail.com
+COMMENT= High Performance WFS-T server
-LIB_DEPENDS= libxml2.so:textproc/libxml2
-BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
+BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
+LIB_DEPENDS= libxml2.so:textproc/libxml2
USES= tar:bzip2
-GNU_CONFIGURE= YES
-OPTIONS_DEFINE= FASTCGI
-OPTIONS_DEFAULT= FASTCGI
+GNU_CONFIGURE= yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= FASTCGI
+OPTIONS_DEFAULT=FASTCGI
-.if ${PORT_OPTIONS:MFASTCGI}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:www/fcgi
-CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE}
-.endif
+FASTCGI_BUILD_DEPENDS= cgi-fcgi:www/fcgi
+FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE}
post-install:
${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/
diff --git a/graphics/tinyows/pkg-descr b/graphics/tinyows/pkg-descr
index e06e04395ef5..cec179cec508 100644
--- a/graphics/tinyows/pkg-descr
+++ b/graphics/tinyows/pkg-descr
@@ -1,5 +1,5 @@
TinyOWS server implements latest WFS-T standard versions,
as well as related standards such as Filter Encoding (FE).
-WWW: http://mapserver.org/trunk/tinyows/
+WWW: https://mapserver.org/tinyows/
WWW: http://www.tinyows.org/