diff options
author | agc <agc@pkgsrc.org> | 2002-07-23 17:39:20 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-23 17:39:20 +0000 |
commit | f9b5cba788a52b26f5a9b8aecf9f7ad80ebb1970 (patch) | |
tree | caf006095fce98a6d7687020e36cedca5d03f2c7 /devel/guile-fcgi/Makefile | |
parent | b32ec1e5b0fccaf790227352ab7be71b88fe9640 (diff) | |
download | pkgsrc-f9b5cba788a52b26f5a9b8aecf9f7ad80ebb1970.tar.gz |
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.
Diffstat (limited to 'devel/guile-fcgi/Makefile')
-rw-r--r-- | devel/guile-fcgi/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/guile-fcgi/Makefile b/devel/guile-fcgi/Makefile new file mode 100644 index 00000000000..8714f4c53ea --- /dev/null +++ b/devel/guile-fcgi/Makefile @@ -0,0 +1,22 @@ +# $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" |