pkgsrc/databases/gq/Makefile

20 lines
467 B
Makefile
Raw Normal View History

2000-11-11 18:49:22 +01:00
# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:24 tron Exp $
#
DISTNAME= gq-0.3.0
CATEGORIES= databases net
MASTER_SITES= http://biot.com/gq/download/ \
2000-11-11 18:49:22 +01:00
${MASTER_SITE_SOURCEFORGE:=gqclient/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://biot.com/gq/
DEPENDS+= openldap>=1.2.11:../../databases/openldap
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"