summaryrefslogtreecommitdiff
path: root/x11/tk80/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tk80/Makefile')
-rw-r--r--x11/tk80/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile
new file mode 100644
index 00000000000..54e45372998
--- /dev/null
+++ b/x11/tk80/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: tk8.0
+# Version required: tk8.0
+# Date created: 19 August 1997
+# Whom: jkh
+#
+# FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp
+#
+
+DISTNAME= tk8.0
+PKGNAME= tk-8.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/
+
+MAINTAINER= jkh@Freebsd.ORG
+
+LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/unix
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-shared
+CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+test:
+ cd ${WRKSRC}; make test
+
+.include <bsd.port.mk>