summaryrefslogtreecommitdiff
path: root/www/tcl-cgi/Makefile
blob: e0079e20e86f2d9d30e6fe613cc2fc17d24ffb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.3 2000/08/30 15:42:58 jwise Exp $
#

DISTNAME=	cgi.tcl
PKGNAME=	tcl-cgi-1.3.0
WRKSRC=		${WRKDIR}/cgi.tcl-1.3
CATEGORIES=	www
MASTER_SITES=	http://expect.nist.gov/cgi.tcl/

MAINTAINER=	bouyer@netbsd.org
HOMEPAGE=	http://expect.nist.gov/cgi.tcl/

DEPENDS+=	tcl-8.3.2:../../lang/tcl

GNU_CONFIGURE=	yes

post-install:
	${MKDIR} ${PREFIX}/share/doc/tcl/cgi-tcl
	${MKDIR} ${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"