summaryrefslogtreecommitdiff
path: root/lang/otcl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 18:42:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 18:42:39 +0000
commit1355656d2dd9eff49df52321f72edb1a6352a6d4 (patch)
treef969b81bd061264537fc4dd8cc0e0d2be42d422c /lang/otcl/Makefile
parentupgrade to 5.0.0 (diff)
upgrade to 1.0a8
PR: 45935 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72264
Diffstat (limited to 'lang/otcl/Makefile')
-rw-r--r--lang/otcl/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile
index a1c893f54d31..eeb36d6a969a 100644
--- a/lang/otcl/Makefile
+++ b/lang/otcl/Makefile
@@ -6,25 +6,26 @@
#
PORTNAME= otcl
-PORTVERSION= 1.0a7
+PORTVERSION= 1.0a8
CATEGORIES= lang tcl83 tk83
-MASTER_SITES= http://www.isi.edu/nsnam/dist/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= otcl-tclcl
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF_VER= 213
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
-USE_AUTOCONF= yes
+INSTALLS_SHLIB= yes
+
PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh
PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh
post-install:
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
- strip ${PREFIX}/bin/otclsh
- strip ${PREFIX}/bin/owish
+ ${STRIP_CMD} ${PREFIX}/bin/otclsh
+ ${STRIP_CMD} ${PREFIX}/bin/owish
.if exists(${PKGINSTALL})
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
.endif