2000-07-10 03:46:36 +00:00
|
|
|
# New ports collection makefile for: gq
|
|
|
|
# Date Created: 8 Jun 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gq
|
2008-04-30 04:24:18 +00:00
|
|
|
PORTVERSION= 1.3.4
|
2009-07-31 13:57:52 +00:00
|
|
|
PORTREVISION= 3
|
2006-05-21 12:33:35 +00:00
|
|
|
PORTEPOCH= 1
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= net
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2007-03-04 08:03:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= GTK-based LDAP client
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2006-12-04 04:26:58 +00:00
|
|
|
LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring
|
|
|
|
|
2007-08-15 14:49:02 +00:00
|
|
|
OPTIONS= DND "Enable Drag and drop support in browse mode" On \
|
|
|
|
CACHE "Support the OpenLDAP experimental client cache" On
|
|
|
|
|
2008-04-30 04:24:18 +00:00
|
|
|
USE_GNOME= gnometarget libglade2 gnomedocutils
|
2007-08-15 14:49:02 +00:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
USE_OPENLDAP= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2000-07-10 03:46:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-08-15 14:49:02 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2004-12-06 10:40:46 +00:00
|
|
|
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2007-08-15 14:49:02 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2006-09-16 21:33:22 +00:00
|
|
|
|
2004-10-31 00:31:55 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-04-07 08:26:00 +00:00
|
|
|
.if !defined(WITHOUT_DND)
|
2004-03-16 14:21:03 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-browser-dnd
|
|
|
|
.endif
|
|
|
|
|
2006-04-07 08:26:00 +00:00
|
|
|
.if !defined(WITHOUT_CACHE)
|
2004-03-16 14:21:03 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-cache
|
|
|
|
.endif
|
|
|
|
|
2004-10-31 00:31:55 +00:00
|
|
|
.include <bsd.port.post.mk>
|