1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/tclmore/Makefile
2017-11-04 13:07:41 +00:00

23 lines
453 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= tclmore
PORTVERSION= 0.7b1
PORTREVISION= 1
CATEGORIES= devel tcl
MASTER_SITES= http://download.gna.org/tclmore/0.7/
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= ports@FreeBSD.org
COMMENT= More TCL commands
USES= gmake makeinfo tcl:tea
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME}
MAKE_ENV+= STAGEDIR=${STAGEDIR}
.include <bsd.port.mk>