b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
26 lines
713 B
Makefile
26 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/12/05 20:51:14 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= cgi.tcl
|
|
PKGNAME= tcl-cgi-1.3.0
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/cgi.tcl-1.3
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
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"
|