summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-TclTk/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-06-16 03:05:22 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-06-16 03:05:22 +0000
commit8c3070674511fd7d93cf9640b2ea4c140b74b30f (patch)
treee42effedc70fdfb30da5e6770152789572214db3 /x11-toolkits/p5-TclTk/Makefile
parentImport of a perl5 module for access to libtcl (diff)
Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, as opposed to p5-Tk, which is native access)
Notes
Notes: svn path=/head/; revision=6949
Diffstat (limited to 'x11-toolkits/p5-TclTk/Makefile')
-rw-r--r--x11-toolkits/p5-TclTk/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile
new file mode 100644
index 000000000000..f40a7e46e088
--- /dev/null
+++ b/x11-toolkits/p5-TclTk/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Tcl-Tk
+# Version required: b1
+# Date created: June 15th 1997
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+
+DISTNAME= TclTk-b1
+PKGNAME= p5-Tcl-Tk-b1
+CATEGORIES= x11 lang perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tcl
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \
+ ${PREFIX}/lib/perl5/site_perl/Tcl.pm:${PORTSDIR}/lang/p5-Tcl
+RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
+
+WRKSRC= ${WRKDIR}/TclTk
+
+MANPREFIX= ${PREFIX}/lib/perl5
+MAN3= Tcl::Tk.3
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>