summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-gdbm/Makefile')
-rw-r--r--databases/tcl-gdbm/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile
new file mode 100644
index 00000000000..d80ae5a0feb
--- /dev/null
+++ b/databases/tcl-gdbm/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/07 15:14:25 bouyer Exp $
+#
+
+DISTNAME= Tclgdbm0.6
+PKGNAME= tcl-gdbm-0.6
+CATEGORIES= databases
+MASTER_SITES= http://www.tcltk.com/ftp/ellson/
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= bouyer@netbsd.org
+
+DEPENDS+= tcl-8.0.5:../../lang/tcl80 \
+ gdbm-1.7.3:../../databases/gdbm
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"