freebsd-ports/devel/tclmore/Makefile
2019-08-04 10:02:46 +00:00

24 lines
475 B
Makefile

# 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
USES= gmake makeinfo tcl:tea
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME}
MAKE_ENV+= STAGEDIR=${STAGEDIR}
.include <bsd.port.mk>