a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
30 lines
728 B
Makefile
30 lines
728 B
Makefile
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tinyows
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics www geography
|
|
MASTER_SITES= https://download.osgeo.org/mapserver/
|
|
|
|
MAINTAINER= joris.dedieu@gmail.com
|
|
COMMENT= High Performance WFS-T server
|
|
|
|
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
|
|
|
|
FASTCGI_BUILD_DEPENDS= cgi-fcgi: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>
|