freebsd-ports/devel/tclgetopts/Makefile

31 lines
684 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcl-getopt
# Date created: Mar 18, 1999
# Whom: mi
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= tclGetOpts
PORTVERSION= 1.0
CATEGORIES= devel tcl80 tcl82
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ \
http://www.neosoft.com/tcl/ftparchive/alcatel/code/
2000-04-14 07:44:42 +02:00
DISTNAME= ${PORTNAME}
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>