mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gq
|
|
PORTVERSION= 1.3.4
|
|
PORTREVISION= 13
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK-based LDAP client
|
|
|
|
LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
|
|
|
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
|
|
|
|
USE_GNOME= intltool libglade2 gnomedocutils
|
|
USE_OPENSSL= yes
|
|
USE_OPENLDAP= yes
|
|
USES= gettext gmake pkgconfig shared-mime-info desktop-file-utils
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/src/syntax.h \
|
|
${WRKSRC}/src/glib-helpers.[ch] \
|
|
${WRKSRC}/src/gq-hash.h \
|
|
${WRKSRC}/src/gq-main-loop.h \
|
|
${WRKSRC}/src/gq-stack.[ch] \
|
|
${WRKSRC}/src/gq-tab.h
|
|
|
|
.include <bsd.port.mk>
|