2010-07-20 15:03:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcgiwrap
|
2013-10-03 18:40:17 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2018-06-07 19:57:18 +02:00
|
|
|
PORTREVISION= 9
|
2010-07-20 15:03:00 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2018-03-13 15:05:10 +01:00
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
2010-07-20 15:03:00 +02:00
|
|
|
COMMENT= Simple FastCGI wrapper for CGI scripts
|
|
|
|
|
2012-01-27 09:05:14 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libfcgi.so:www/fcgi
|
2010-07-20 15:03:00 +02:00
|
|
|
|
2014-12-28 19:39:11 +01:00
|
|
|
USES= autoreconf gmake pkgconfig
|
2013-10-03 18:40:17 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= gnosek
|
2010-07-20 15:03:00 +02:00
|
|
|
|
2010-08-17 21:40:36 +02:00
|
|
|
USE_RC_SUBR= fcgiwrap
|
|
|
|
|
2016-12-26 18:10:09 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-07-20 15:03:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-10-03 18:40:17 +02:00
|
|
|
PLIST_FILES= sbin/fcgiwrap man/man8/fcgiwrap.8.gz
|
2010-07-20 15:03:00 +02:00
|
|
|
|
|
|
|
post-patch:
|
2014-10-06 01:37:46 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/@prefix@@mandir@/@mandir@/'\
|
2016-12-26 18:10:09 +01:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/fcgiwrap
|
2014-07-13 17:30:08 +02:00
|
|
|
|
2010-07-20 15:03:00 +02:00
|
|
|
.include <bsd.port.mk>
|