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
|
2002-11-17 00:03:07 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2003-08-14 22:12:22 +00:00
|
|
|
PORTREVISION= 1
|
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
|
2000-07-10 03:46:36 +00:00
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= GTK-based LDAP client
|
2000-07-10 03:46:36 +00:00
|
|
|
|
2002-11-17 00:03:07 +00:00
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
|
|
|
|
.if defined(WITH_OPENLDAP1)
|
2003-02-24 02:26:55 +00:00
|
|
|
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
|
2002-11-17 00:03:07 +00:00
|
|
|
.else
|
2003-08-14 22:12:22 +00:00
|
|
|
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
|
2002-11-17 00:03:07 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_JPEGPHOTO)
|
|
|
|
USE_GNOME= gdkpixbuf
|
2001-11-06 13:06:54 +00:00
|
|
|
.endif
|
2000-07-10 03:46:36 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-01-13 04:43:33 +00:00
|
|
|
USE_GNOME+= gtk12 gnomehier
|
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
|
|
|
|
2002-11-17 00:03:07 +00:00
|
|
|
pre-configure:
|
|
|
|
@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
|
|
|
|
@${ECHO_MSG}
|
|
|
|
|
2000-07-10 03:46:36 +00:00
|
|
|
.include <bsd.port.mk>
|