2009-07-07 20:53:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2009/07/07 18:53:17 joerg Exp $
|
1999-07-07 17:15:12 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= cgi.tcl
|
2000-08-30 17:42:58 +02:00
|
|
|
PKGNAME= tcl-cgi-1.3.0
|
1999-07-07 17:15:12 +02:00
|
|
|
CATEGORIES= www
|
2001-05-03 16:03:37 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
1999-07-07 17:15:12 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
1999-07-07 17:15:12 +02:00
|
|
|
HOMEPAGE= http://expect.nist.gov/cgi.tcl/
|
2001-02-17 18:21:28 +01:00
|
|
|
COMMENT= Library of Tcl procedures to assist in writing CGI scripts
|
1999-07-07 17:15:12 +02:00
|
|
|
|
2009-07-07 20:53:17 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-04-13 04:57:02 +02:00
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
1999-07-07 18:07:09 +02:00
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/cgi.tcl-1.3
|
2005-12-05 21:49:47 +01:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
2000-09-06 08:32:20 +02:00
|
|
|
|
1999-07-07 17:15:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2009-07-07 20:53:17 +02:00
|
|
|
INSTALLATION_DIRS= share/doc/tcl/cgi-tcl share/examples/tcl/cgi-tcl
|
|
|
|
|
1999-07-07 17:15:12 +02:00
|
|
|
post-install:
|
2009-07-07 20:53:17 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/tcl/cgi-tcl
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/example/* ${DESTDIR}${PREFIX}/share/examples/tcl/cgi-tcl
|
1999-07-07 17:15:12 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|