summaryrefslogtreecommitdiff
path: root/databases/quicklist
diff options
context:
space:
mode:
authorgarbled <garbled>2000-04-28 00:42:55 +0000
committergarbled <garbled>2000-04-28 00:42:55 +0000
commit90f5279d17e7fa9fe21a3024a2fb7f7415e896f1 (patch)
treef3af00b817b6a6795f8a5d1682c4638b0205a365 /databases/quicklist
parentc3d73690b58dc17490e84e92c189632c5b9aa485 (diff)
downloadpkgsrc-90f5279d17e7fa9fe21a3024a2fb7f7415e896f1.tar.gz
Remove quicklist entirely from databases. Oops.
Diffstat (limited to 'databases/quicklist')
-rw-r--r--databases/quicklist/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
deleted file mode 100644
index 1f6e32a111f..00000000000
--- a/databases/quicklist/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $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"