2000-07-10 05:46:36 +02:00
|
|
|
# New ports collection makefile for: gq
|
|
|
|
# Date Created: 8 Jun 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gq
|
2000-10-01 16:49:37 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2000-07-10 05:46:36 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://biot.com/gq/download/
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
|
2000-10-05 08:42:57 +02:00
|
|
|
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
2000-07-10 05:46:36 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 08:42:57 +02:00
|
|
|
USE_GTK= yes
|
2000-07-10 05:46:36 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-01 16:49:37 +02:00
|
|
|
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
|
2000-07-10 05:46:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|