summaryrefslogtreecommitdiff
path: root/databases/gq/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-15 18:07:07 +0000
committerrh <rh@pkgsrc.org>2000-10-15 18:07:07 +0000
commita19f1c8be11741202805e5bcca8047566407987f (patch)
tree6e3a961e2f50c3ba0ff42ca404babb0c6f879bae /databases/gq/Makefile
parent0cdd702da72211fa294f56d418bbde8de0f2f02b (diff)
downloadpkgsrc-a19f1c8be11741202805e5bcca8047566407987f.tar.gz
Initial import of gq-0.3.0, a GTK-based LDAP client
Diffstat (limited to 'databases/gq/Makefile')
-rw-r--r--databases/gq/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile
new file mode 100644
index 00000000000..a6ed2289904
--- /dev/null
+++ b/databases/gq/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:07:07 rh Exp $
+#
+
+DISTNAME= gq-0.3.0
+CATEGORIES= databases net
+MASTER_SITES= http://biot.com/gq/download/ \
+ http://download.sourceforge.net/gqclient/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://biot.com/gq/
+
+DEPENDS+= openldap>=1.2.11:../../databases/openldap
+DEPENDS+= gtk+>=1.2.8:../../x11/gtk
+
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
+
+.include "../../mk/bsd.pkg.mk"