- Add LICENSE
- Fix WWW: - Cosmetic fixes
This commit is contained in:
parent
8ecd5296d6
commit
0063bc7897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438336
@ -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 \
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user