summaryrefslogtreecommitdiff
path: root/databases/edb/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-16 10:46:58 +0000
committerrh <rh@pkgsrc.org>2001-08-16 10:46:58 +0000
commitd399df2bf7cbe461dc8288ee0f6b686a0ab11ebf (patch)
tree542682a3c2a0b6e01d819035b9cc82be666611c2 /databases/edb/Makefile
parentff6ce53e6f018189cd3bfd0ed92b97597fd8f871 (diff)
downloadpkgsrc-d399df2bf7cbe461dc8288ee0f6b686a0ab11ebf.tar.gz
Initial import of edb-1.0.2, the Enlightenment database abstraction layer.
Diffstat (limited to 'databases/edb/Makefile')
-rw-r--r--databases/edb/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile
new file mode 100644
index 00000000000..25346edee5c
--- /dev/null
+++ b/databases/edb/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 10:46:58 rh Exp $
+#
+
+DISTNAME= edb-1.0.2
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.enlightenment.org/pages/components.html
+COMMENT= database abstraction layer to Berkeley databases
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS+= --enable-cxx
+
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"