freebsd-ports/devel/tclgetopts/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

31 lines
740 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
COMMENT= Pure TCL code for command line options parsing
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>