diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-12 09:02:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-12 09:02:13 +0000 |
commit | 0063bc7897cbd2cacb3c05d47768a86598a1ca83 (patch) | |
tree | c8e82fd36b312e2cc9f9e3c7bd43be9863a4b768 /net/gq | |
parent | 8ecd5296d6896cd48b7f6c49cf4a1a61e91dd120 (diff) | |
download | ports-0063bc7897cbd2cacb3c05d47768a86598a1ca83.tar.gz ports-0063bc7897cbd2cacb3c05d47768a86598a1ca83.zip |
Notes
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 20 | ||||
-rw-r--r-- | net/gq/pkg-descr | 2 |
2 files changed, 13 insertions, 9 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 5ff90ecebddd..19423658fe05 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -11,25 +11,29 @@ MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based LDAP client -LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring +LICENSE= GPLv2+ LGPL21+ # some source files are under lgpl +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -OPTIONS_DEFINE= DND CACHE -OPTIONS_DEFAULT= DND CACHE -DND_DESC= Enable Drag and drop support in browse mode -CACHE_DESC= Support the OpenLDAP experimental client cache +LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring USE_GNOME= intltool libglade2 gnomedocutils USE_OPENLDAP= yes -USES= desktop-file-utils gettext pkgconfig gmake shared-mime-info ssl +USES= desktop-file-utils gettext pkgconfig gmake shared-mime-info ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb -DND_CONFIGURE_ENABLE= browser-dns -CACHE_CONFIGURE_ENABLE= cache INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type LIBS+= -L${LOCALBASE}/lib -lcrypto +OPTIONS_DEFINE= DND CACHE +OPTIONS_DEFAULT= DND CACHE +DND_DESC= Enable Drag and drop support in browse mode +DND_CONFIGURE_ENABLE= browser-dns +CACHE_DESC= Support the OpenLDAP experimental client cache +CACHE_CONFIGURE_ENABLE= cache + post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/syntax.h \ diff --git a/net/gq/pkg-descr b/net/gq/pkg-descr index 4470e8b06342..dbee2ec60333 100644 --- a/net/gq/pkg-descr +++ b/net/gq/pkg-descr @@ -9,4 +9,4 @@ GQ is a GTK-based LDAP client. Features include: - use any number of servers - search based on single argument or LDAP filter -WWW: http://www.gq-project.org/ +WWW: https://sourceforge.net/projects/gqclient/ |