freebsd-ports/devel/tclgetopts/Makefile
Joseph Koshy 343750873c Change MASTER_SITES.
PR:		ports/14770
Submitted by:	Mikhail Teterin <mi@kot.ne.mediaone.net>
1999-11-10 04:44:48 +00:00

30 lines
732 B
Makefile

# New ports collection makefile for: tcl-getopt
# Version required: 1.0
# Date created: Mar 18, 1999
# Whom: mi
#
# $FreeBSD$
#
DISTNAME= tclGetOpts
PKGNAME= tclGetOpts-1.0
CATEGORIES= devel tcl76 tcl80 tcl82
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/ \
http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/devel/
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>