1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/gq/Makefile

23 lines
416 B
Makefile
Raw Normal View History

# 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
2000-10-05 06:42:57 +00:00
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
USE_X_PREFIX= yes
2000-10-05 06:42:57 +00:00
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
.include <bsd.port.mk>