summaryrefslogtreecommitdiff
path: root/devel/tclcl/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 16:59:35 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 16:59:35 +0000
commit1bab2c58dd2e74985d8a861de393f94e786fe33d (patch)
tree3bdeeeb855944f64517ab1d85957ac7f230046ab /devel/tclcl/Makefile
parentThe UCB/LBNL Network Simulator Version 2 (diff)
tcl/C++ interface used by ns and nam
PR: 11339 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Notes
Notes: svn path=/head/; revision=18228
Diffstat (limited to 'devel/tclcl/Makefile')
-rw-r--r--devel/tclcl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile
new file mode 100644
index 000000000000..f1191fb6b3d1
--- /dev/null
+++ b/devel/tclcl/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: tclcl
+# Version required: 1.0b8
+# Date created: 23 April 1999
+# Whom: obonilla
+#
+# $Id$
+#
+
+DISTNAME= tclcl-src-1.0b8
+PKGNAME= tclcl-1.0b8
+CATEGORIES= devel
+MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
+
+MAINTAINER= obonilla@fisicc-ufm.edu
+
+LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
+ otcl.1:${PORTSDIR}/lang/otcl
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+GNU_CONFIGURE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib
+ @ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a
+.include <bsd.port.mk>