freebsd-ports/devel/tclgetopts/Makefile
Alexey Zelkin d6bd63c4e4 Remove tcl76 from CATEGORIES list. tcl76 was removed long time ago.
This actions also stops www/en/ports/portsindex from generating
category description file for only one port.

Ok'ed by: maintainer
2001-04-26 19:23:29 +00:00

31 lines
684 B
Makefile

# New ports collection makefile for: tcl-getopt
# Date created: Mar 18, 1999
# Whom: mi
#
# $FreeBSD$
#
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/
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>