diff options
author | xtraeme <xtraeme> | 2003-09-04 12:57:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-04 12:57:24 +0000 |
commit | fbb4b121c1a60da3f001cff31f459cf7901ff3f8 (patch) | |
tree | f77d063b6bdfb671d18e92134c0fd96ca7775ff4 /databases/gq/Makefile | |
parent | 01d5a14179d56a503f1918c516b2bd6f5dc6f0a9 (diff) | |
download | pkgsrc-fbb4b121c1a60da3f001cff31f459cf7901ff3f8.tar.gz |
Update to 0.6.0
Changes:
GQ has a lot of new features, including
* SASL support (Maurice Massar <massar@unix-ag.uni-kl.de>)
* Correct(!) support for userPassword including SSHA and SMD5 encryption.
* I18N support (if you want to contribute please read README.NLS) including
a rough german translation
* Support for graphical jpegPhoto display (requires gdk-pixbuf to work)
* Support to to view X509 certificates and X509 certificate revocation
lists (CRLs)
* Drag and drop support in browse mode (must be enabled using
--enable-browser-dnd), this feature is possibly dangerous if used without
thought, but it is GREAT if you need it ;-)
* Supports the OpenLDAP experimental client cache. (must be enabled using
--enable-cache)
* Lots of other small bugfixes/enhancements
Diffstat (limited to 'databases/gq/Makefile')
-rw-r--r-- | databases/gq/Makefile | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile index 614c529e22a..9b13bd4eb02 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:28:09 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/04 12:57:24 xtraeme Exp $ # -DISTNAME= gq-0.3.0 -PKGREVISION= 3 +DISTNAME= gq-0.6.0 CATEGORIES= databases net MASTER_SITES= http://biot.com/gq/download/ \ ${MASTER_SITE_SOURCEFORGE:=gqclient/} @@ -11,13 +10,22 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://biot.com/gq/ COMMENT= GTK-based LDAP client -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +BUILD_USES_MSGFMT= yes +DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs -USE_BUILDLINK2= YES -USE_X11= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +LIBS+= -ldes +CONFIGURE_ARGS+= --enable-browser-dnd +CONFIGURE_ARGS+= --with-ssl-prefix=${BUILDLINK_PREFIX.openssl} +CONFIGURE_ARGS+= --enable-cache + +.include "../../graphics/gdk-pixbuf/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../databases/openldap/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" - +.include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |