- Add LICENSE

- Fix WWW:
- Cosmetic fixes
This commit is contained in:
Dmitry Marakasov 2017-04-12 09:02:13 +00:00
parent 8ecd5296d6
commit 0063bc7897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438336
2 changed files with 13 additions and 9 deletions

View File

@ -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 \

View File

@ -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/