b9d28dac8b
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
28 lines
526 B
Makefile
28 lines
526 B
Makefile
# 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
|
|
|
|
.if defined(WITH_OPENLDAP2)
|
|
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
|
.else
|
|
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
|
|
.endif
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|