4efbf3f34b
functions accessible through the C interface. It is mostly a base library for other extensions. WWW: http://gna.org/projects/tclmore/ PR: ports/96358 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# New ports collection makefile for: tclmore
|
|
# Date created: Tue Apr 25 16:20:49 MSD 2006
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tclmore
|
|
PORTVERSION= 0.7b1
|
|
CATEGORIES= devel tcl84
|
|
MASTER_SITES= http://download.gna.org/tclmore/0.7/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
|
COMMENT= More TCL commands
|
|
|
|
# USE_TCL only provides run depend. hack around
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_TCL= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
|
|
--with-tclinclude=${TCL_INCLUDEDIR}
|
|
|
|
.include <bsd.port.mk>
|