1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/tclmore/Makefile
Antoine Brodin 79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00

26 lines
525 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= dsh@vlink.ru
COMMENT= More TCL commands
USES= gmake makeinfo tcl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME}
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--enable-threads
MAKE_ENV+= STAGEDIR=${STAGEDIR}
.include <bsd.port.mk>