aboutsummaryrefslogtreecommitdiff
path: root/net/gq/Makefile
blob: 6108753c4b65828847e6636985b33924a55b150a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	gq
# Date Created:				8 Jun 2000
# Whom:					Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	gq
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gqclient

MAINTAINER=	roman@xpert.com
COMMENT=	GTK-based LDAP client

LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv

.if defined(WITH_OPENLDAP1)
LIB_DEPENDS+=	ldap.1:${PORTSDIR}/net/openldap12
.else
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap20-client
.endif

.if !defined(WITHOUT_JPEGPHOTO)
USE_GNOME=	gdkpixbuf
.endif

USE_X_PREFIX=	yes
USE_GNOME+=	gtk12 gnomehier
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}

pre-configure:
	@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
	@${ECHO_MSG}

.include <bsd.port.mk>