freebsd-ports/net/gq/Makefile
Kevin Lo 6cd8409ffa Update to 0.3.1
PR: 24416
Submitted by: MAINTAINER
2001-01-18 13:35:34 +00:00

22 lines
416 B
Makefile

# New ports collection makefile for: gq
# Date Created: 8 Jun 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= gq
PORTVERSION= 0.3.1
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>