openbsd-ports/www/ap2-mod_fcgid/Makefile
2010-11-22 08:36:47 +00:00

33 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:47 espie Exp $
SHARED_ONLY= Yes
COMMENT= binary compatible alternative to Apache mod_fastcgi
DISTNAME= mod_fcgid.2.2
PKGNAME= ap2-mod_fcgid-2.2
REVISION= 1
CATEGORIES= www
HOMEPAGE= http://fastcgi.coremail.cn/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/}
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS+= www/apache-httpd
USE_LIBTOOL= Yes
NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,!!PREFIX!!,${PREFIX},' \
${WRKSRC}/Makefile
.include <bsd.port.mk>