pkgsrc/databases/gq/Makefile
ghen 2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00

26 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.31 2006/05/31 18:22:23 ghen Exp $
#
DISTNAME= gq-1.0beta1
PKGREVISION= 10
CATEGORIES= databases net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://biot.com/gq/
COMMENT= GTK-based LDAP client
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-browser-dnd
CONFIGURE_ARGS+= --with-ssl-prefix=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --enable-cache
.include "../../security/openssl/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"