diff options
Diffstat (limited to 'devel/tclmore/Makefile')
-rw-r--r-- | devel/tclmore/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile deleted file mode 100644 index a270c2587edf..000000000000 --- a/devel/tclmore/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Denis Shaposhnikov <dsh@vlink.ru> -# $FreeBSD$ - -PORTNAME= tclmore -PORTVERSION= 0.7b1 -PORTREVISION= 2 -CATEGORIES= devel tcl -MASTER_SITES= http://download.gna.org/tclmore/0.7/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_src - -MAINTAINER= ports@FreeBSD.org -COMMENT= More TCL commands - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= gmake makeinfo tcl:tea -USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} - -INFO= ${PORTNAME} - -MAKE_ENV+= STAGEDIR=${STAGEDIR} - -.include <bsd.port.mk> |