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
|
2006-12-04 04:26:58 +00:00
|
|
|
PORTVERSION= 1.2.1
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2006-05-21 12:33:35 +00:00
|
|
|
PORTEPOCH= 1
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= net
|
2006-05-14 16:20:53 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
2002-11-17 00:03:07 +00:00
|
|
|
MASTER_SITE_SUBDIR= gqclient
|
2006-05-14 16:20:53 +00:00
|
|
|
DISTNAME= gq-${PORTVERSION:S/r/rc/}
|
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
|
|
|
|
|
2006-05-14 16:20:53 +00:00
|
|
|
USE_GCC= 3.4+
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
2004-03-16 14:21:03 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_OPENLDAP= yes
|
|
|
|
USE_OPENSSL= yes
|
2006-12-04 04:26:58 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GNOME= gnomehier gtk20 libxml2 libglade2 intltool
|
2000-07-10 03:46:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-06 10:40:46 +00:00
|
|
|
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2004-10-31 00:31:55 +00:00
|
|
|
OPTIONS= JPEG "Enable jpegPhoto attr. handling" On \
|
|
|
|
DND "Enable Drag and drop support in browse mode" On \
|
|
|
|
CACHE "Support the OpenLDAP experimental client cache" On
|
|
|
|
|
2006-09-16 21:33:22 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
|
2004-10-31 00:31:55 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-04-07 08:26:00 +00:00
|
|
|
.if !defined(WITHOUT_JPEG)
|
2004-10-31 00:31:55 +00:00
|
|
|
USE_GNOME+= gdkpixbuf
|
|
|
|
.endif
|
|
|
|
|
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>
|