aboutsummaryrefslogtreecommitdiffstats
path: root/net/gq/Makefile
blob: d51abe69dc1712c8c510c0475be9aaaa56cff2aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    gq
# Date Created:             8 Jun 2000
# Whom:                 Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   gq
PORTVERSION=    0.4.0
CATEGORIES= net
MASTER_SITES=   http://biot.com/gq/download/

MAINTAINER= roman@xpert.com

LIB_DEPENDS=    ldap.1:${PORTSDIR}/net/openldap

USE_X_PREFIX=   yes
USE_GTK=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}

.include <bsd.port.mk>