diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-01 00:59:35 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-01 00:59:35 +0800 |
commit | b40fd1ff04ea6ae3f3351698e7d72994700b686c (patch) | |
tree | a8fe46870e4e4e6af18e2482a9ead862020e0b9e /devel/tclcl/Makefile | |
parent | 478a965293561d11c8a915b044c0d00d27419d98 (diff) | |
download | freebsd-ports-gnome-b40fd1ff04ea6ae3f3351698e7d72994700b686c.tar.gz freebsd-ports-gnome-b40fd1ff04ea6ae3f3351698e7d72994700b686c.tar.zst freebsd-ports-gnome-b40fd1ff04ea6ae3f3351698e7d72994700b686c.zip |
tcl/C++ interface used by ns and nam
PR: 11339
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'devel/tclcl/Makefile')
-rw-r--r-- | devel/tclcl/Makefile | 28 |
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> |