pkgsrc/devel/guile-fcgi/Makefile
agc f9b5cba788 Initial import of guile-fcgi-0.1 into the NetBSD Packages Collection.
Provided in PR 14635 by Eric Gillespie, Jr. <epg@pretzelnet.org>

Guile interface to FastCGI.

guile-fcgi incorporates both FCGI and FCGX interfaces into Guile. For
more information about FastCGI, see the ap-fastcgi and fcgi-devkit
packages.
2002-07-23 17:39:20 +00:00

22 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 17:39:20 agc Exp $
DISTNAME= guile-fcgi-0.1
CATEGORIES= devel www
MASTER_SITES= http://www.bgu.ru/%7Edsa/
MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://www.bgu.ru/%7Edsa/guilefcgi.html
COMMENT= Guile interface to FastCGI
BUILD_DEPENDS= fcgi>=2.2.0:../../www/fcgi
DEPENDS= guile>=1.4:../../lang/guile
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-fcgi-includes=${PREFIX}/include
do-build:
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} guile-fcgi.x
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
.include "../../mk/bsd.pkg.mk"