diff options
Diffstat (limited to 'devel/tclgetopts/Makefile')
-rw-r--r-- | devel/tclgetopts/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/tclgetopts/Makefile b/devel/tclgetopts/Makefile deleted file mode 100644 index ec58ef0dfe27..000000000000 --- a/devel/tclgetopts/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: mi -# $FreeBSD$ - -PORTNAME= tclGetOpts -PORTVERSION= 1.0 -CATEGORIES= devel tcl -MASTER_SITES= http://www.waxandwane.com/toolbox/tclGetOpts/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= ${PORTVERSION}.tar.gz - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Pure TCL code for command line options parsing - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 -USES= shebangfix -NO_BUILD= yes - -SHEBANG_FILES= foxTypedOpts.tcl foxGetOpt.tcl - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/foxGetOpt - ${INSTALL_SCRIPT} \ - ${FILESDIR}/pkgIndex.tcl \ - ${WRKSRC}/foxTypedOpts.tcl \ - ${WRKSRC}/foxGetOpt.tcl ${STAGEDIR}${PREFIX}/lib/foxGetOpt/ - ${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \ - ${STAGEDIR}${PREFIX}/man/mann/ - -.include <bsd.port.mk> |