summaryrefslogtreecommitdiff
path: root/databases/quicklist/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-04 01:15:46 +0000
committerwiz <wiz@pkgsrc.org>2001-01-04 01:15:46 +0000
commit5144b5d52e597987bd54c0d8ffd34c22c03fc541 (patch)
treea75695d4dc29a63020d035f4b1a57d87a68e18c6 /databases/quicklist/Makefile
parentc3661d0549660a303444b9907ca4c3c6e97d9ddf (diff)
downloadpkgsrc-5144b5d52e597987bd54c0d8ffd34c22c03fc541.tar.gz
Move quicklist from misc to databases -- previous import didn't do a thing
since quicklist seems to have been here before.
Diffstat (limited to 'databases/quicklist/Makefile')
-rw-r--r--databases/quicklist/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
new file mode 100644
index 00000000000..d3f7cab8e40
--- /dev/null
+++ b/databases/quicklist/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.3 2001/01/04 01:15:47 wiz Exp $
+#
+
+DISTNAME= quicklist-0.8.6
+CATEGORIES= databases x11
+MASTER_SITES= ftp://ftp.quicklist.org/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.quicklist.org/
+
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+
+GNU_CONFIGURE= yes
+USE_X11BASE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"