diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 00:03:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 00:03:07 +0000 |
commit | 1b76c6e28ab84a349a5532e464f837a410dc9b20 (patch) | |
tree | c47e2becd9f5ec61e6f5832380b4ed44ea16cd08 | |
parent | a3123ffc568ca0ed2bc1ade1a36635f1e54a2838 (diff) | |
download | ports-1b76c6e28ab84a349a5532e464f837a410dc9b20.tar.gz ports-1b76c6e28ab84a349a5532e464f837a410dc9b20.zip |
Notes
-rw-r--r-- | net/gq/Makefile | 23 | ||||
-rw-r--r-- | net/gq/distinfo | 2 |
2 files changed, 18 insertions, 7 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 642d657f1c47..46e279e5a167 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -6,22 +6,33 @@ # PORTNAME= gq -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.0 CATEGORIES= net -MASTER_SITES= http://biot.com/gq/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gqclient MAINTAINER= roman@xpert.com -.if defined(WITH_OPENLDAP2) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -.else +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv + +.if defined(WITH_OPENLDAP1) LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +.else +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.endif + +.if !defined(WITHOUT_JPEGPHOTO) +USE_GNOME= gdkpixbuf .endif USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME+= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap=${LOCALBASE} +pre-configure: + @${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes" + @${ECHO_MSG} + .include <bsd.port.mk> diff --git a/net/gq/distinfo b/net/gq/distinfo index 6ebb6843d66e..f6efd0b8d2ac 100644 --- a/net/gq/distinfo +++ b/net/gq/distinfo @@ -1 +1 @@ -MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1 +MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b |