blob: 63ba7d5a8eacf04a5540c6fe9e14777248542247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
PORTNAME= tinyows
PORTVERSION= 1.2.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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
LIB_DEPENDS= libxml2.so:textproc/libxml2
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
USES= autoreconf pgsql
GNU_CONFIGURE= yes
OPTIONS_DEFINE= FASTCGI
OPTIONS_DEFAULT=FASTCGI
FASTCGI_LIB_DEPENDS= libfcgi.so:www/fcgi
FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE}
post-install:
${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/
${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${STAGEDIR}${WWWDIR}/cgi-bin/tinyows
.include <bsd.port.mk>
|