mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e6dbb11ec5
Reported by: portscout
23 lines
453 B
Makefile
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>
|