summaryrefslogtreecommitdiff
path: root/databases/quicklist/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2000-04-26 06:36:31 +0000
committergarbled <garbled@pkgsrc.org>2000-04-26 06:36:31 +0000
commit8246c5196048817fcea38fd4737d401ec691fcff (patch)
tree07a3cdbb8dc8671be3c9febf977eae280f4241d5 /databases/quicklist/Makefile
parent0988c681f95e2c6e2fb4a22bcd137e589ab16685 (diff)
downloadpkgsrc-8246c5196048817fcea38fd4737d401ec691fcff.tar.gz
Add pkg for quicklist 0.8.6:
a GTK free-form database, that is easy to use.
Diffstat (limited to 'databases/quicklist/Makefile')
-rw-r--r--databases/quicklist/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
new file mode 100644
index 00000000000..1f6e32a111f
--- /dev/null
+++ b/databases/quicklist/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/04/26 06:36:31 garbled Exp $
+#
+
+DISTNAME= quicklist-0.8.6
+CATEGORIES= databases
+MASTER_SITES= ftp://ftp.quicklist.org/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.quicklist.org
+
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= gettext-0.10.35:../../devel/gettext
+
+GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+
+.include "../../mk/bsd.pkg.mk"