openbsd-ports/www/ap2-mod_fcgid/Makefile

31 lines
619 B
Makefile
Raw Normal View History

2011-11-27 06:08:48 -05:00
# $OpenBSD: Makefile,v 1.6 2011/11/27 11:08:48 pirofti Exp $
SHARED_ONLY= Yes
COMMENT= binary compatible alternative to Apache mod_fastcgi
DISTNAME= mod_fcgid.2.2
2010-11-11 07:35:09 -05:00
PKGNAME= ap2-mod_fcgid-2.2
2011-11-27 06:08:48 -05:00
REVISION= 2
CATEGORIES= www
HOMEPAGE= http://fastcgi.coremail.cn/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 03:36:47 -05:00
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>