pkgsrc/www/haskell-cgi/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:58 jlam Exp $
DISTNAME= haskell-cgi-20001206
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.informatik.uni-muenchen.de/~Sven.Panne/haskell_libs/CGI.html
COMMENT= CGI module for the Hugs Haskell 98 interpreter
DEPENDS+= hugs98-[0-9]*:../../lang/hugs
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
NO_BUILD= yes
HUGS_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= HUGS_PREFIX=hugs
INSTALLATION_DIRS= share/hugs/lib
do-configure:
@for i in ${WRKSRC}/*; do \
${SED} -e 's:\/soft\/bin\/runhugs:'${HUGS_PREFIX}'/bin/runhugs:g' \
$$i > $$i.tmp && ${MV} $$i.tmp $$i; \
done
do-install:
${INSTALL_DATA} ${WRKSRC}/CGI.lhs ${PREFIX}/share/hugs/lib
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hugs-cgi
${INSTALL_DATA} ${WRKSRC}/*.cgi ${PREFIX}/share/examples/hugs-cgi
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/hugs-cgi
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/examples/hugs-cgi
.include "../../mk/bsd.pkg.mk"