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
|
2004-03-16 14:21:03 +00:00
|
|
|
PORTVERSION= 1.0b1
|
2004-11-07 22:37:47 +00:00
|
|
|
PORTREVISION= 4
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= net
|
2002-11-17 00:03:07 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gqclient
|
2004-03-16 14:21:03 +00:00
|
|
|
DISTNAME= gq-${PORTVERSION:S/b/beta/}
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2004-03-12 00:32:23 +00:00
|
|
|
MAINTAINER= ports@oven.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= GTK-based LDAP client
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2004-03-16 14:21:03 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_OPENLDAP= yes
|
|
|
|
USE_OPENSSL= yes
|
2000-07-10 03:46:36 +00:00
|
|
|
USE_X_PREFIX= yes
|
2004-10-31 00:31:55 +00:00
|
|
|
USE_GNOME= gtk20 libxml2
|
2000-07-10 03:46:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-01 14:49:37 +00:00
|
|
|
CONFIGURE_ARGS= --with-ldap=${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
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_JPEG)
|
|
|
|
USE_GNOME+= gdkpixbuf
|
|
|
|
.endif
|
|
|
|
|
2004-03-16 14:21:03 +00:00
|
|
|
.if defined(WITH_DND)
|
|
|
|
CONFIGURE_ARGS+= --enable-browser-dnd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_CACHE)
|
|
|
|
CONFIGURE_ARGS+= --enable-cache
|
|
|
|
.endif
|
|
|
|
|
2004-10-31 00:31:55 +00:00
|
|
|
.include <bsd.port.post.mk>
|