1999-05-03 03:23:01 +00:00
|
|
|
# New ports collection makefile for: tcl-getopt
|
|
|
|
# Date created: Mar 18, 1999
|
|
|
|
# Whom: mi
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 03:23:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 05:44:42 +00:00
|
|
|
PORTNAME= tclGetOpts
|
|
|
|
PORTVERSION= 1.0
|
1999-11-02 03:46:18 +00:00
|
|
|
CATEGORIES= devel tcl76 tcl80 tcl82
|
2000-03-31 23:33:23 +00:00
|
|
|
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ \
|
|
|
|
http://www.neosoft.com/tcl/ftparchive/alcatel/code/
|
2000-04-14 05:44:42 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1999-05-03 03:23:01 +00:00
|
|
|
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
|
|
|
MANN= getopt.n typedopts.n
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/lib/foxGetOpt
|
|
|
|
${INSTALL_SCRIPT} \
|
|
|
|
${FILESDIR}/pkgIndex.tcl \
|
|
|
|
${WRKSRC}/foxTypedOpts.tcl \
|
|
|
|
${WRKSRC}/foxGetOpt.tcl ${PREFIX}/lib/foxGetOpt/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \
|
|
|
|
${PREFIX}/man/mann/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|