blob: 526ca3b71d55404d92289d5de036505e8d41b92f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_TCL= yes
USE_TCL_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
INFO= ${PORTNAME}
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR}
.include <bsd.port.mk>
|