summaryrefslogtreecommitdiff
path: root/x11/blt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/blt/Makefile')
-rw-r--r--x11/blt/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile
new file mode 100644
index 00000000000..e3a79aa8963
--- /dev/null
+++ b/x11/blt/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/12 01:43:55 hubertf Exp $
+#
+
+DISTNAME= BLT2.4o
+PKGNAME= blt-2.4o
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/
+
+MAINTAINER= brook@nmsu.edu
+HOMEPAGE= http://www.tcltk.com/blt/index.html
+
+DEPENDS+= tcl-8.0.5:../../lang/tcl80
+DEPENDS+= tk-8.0.5:../../x11/tk80
+
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl8.0
+CONFIGURE_ARGS+= --with-tk=${LOCALBASE}/lib/tk8.0
+
+WRKSRC= ${WRKDIR}/blt2.4o
+
+.include "../../mk/bsd.pkg.mk"