c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
27 lines
715 B
Makefile
27 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:18 tv Exp $
|
|
#
|
|
|
|
DISTNAME= gq-1.0beta1
|
|
PKGREVISION= 4
|
|
CATEGORIES= databases net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://biot.com/gq/
|
|
COMMENT= GTK-based LDAP client
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
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/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|