pkgsrc/www/tcl-cgi/Makefile
agc 9dcd167d1f The version of the distfile on the MASTER_SITE is liable to change without
any change in the version number (because there *is* no version number),
so set the MASTER_SITE to MASTER_SITE_BACKUP, and add SHA1 digest and
distfile size.
2001-05-03 14:03:37 +00:00

26 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/05/03 14:03:37 agc Exp $
#
DISTNAME= cgi.tcl
PKGNAME= tcl-cgi-1.3.0
WRKSRC= ${WRKDIR}/cgi.tcl-1.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://expect.nist.gov/cgi.tcl/
COMMENT= Library of Tcl procedures to assist in writing CGI scripts
DEPENDS+= tcl>=8.3.2:../../lang/tcl
DIST_SUBDIR= ${PKGNAME}
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/cgi-tcl
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcl/cgi-tcl
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/tcl/cgi-tcl
${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/tcl/cgi-tcl
.include "../../mk/bsd.pkg.mk"