summaryrefslogtreecommitdiff
path: root/www/tcl-cgi/Makefile
blob: 7170ae5d9de4511fd5c7c0e012f4d14bb3f1d371 (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.2 1999/07/07 16:10:42 bouyer Exp $
#

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

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

DEPENDS+=	tcl-8.0.5:../../lang/tcl80

GNU_CONFIGURE=	yes

post-install:
	${MKDIR} ${PREFIX}/share/doc/cgi-tcl
	${MKDIR} ${PREFIX}/share/examples/cgi-tcl
	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/cgi-tcl
	${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/cgi-tcl

.include "../../mk/bsd.pkg.mk"