2007-11-08 11:55:26 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2007/11/08 16:55:26 simon Exp $
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= GTK-based LDAP client
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2005-02-28 08:30:07 -05:00
|
|
|
DISTNAME= gq-1.0beta1
|
2007-11-08 11:55:26 -05:00
|
|
|
PKGNAME= ${DISTNAME}p7
|
2001-09-19 16:45:55 -04:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
2002-03-20 20:17:31 -05:00
|
|
|
HOMEPAGE= http://biot.com/gq/
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2005-02-28 08:30:07 -05:00
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2003-04-01 15:30:05 -05:00
|
|
|
# GPL
|
2001-09-19 16:45:55 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-02-28 08:30:07 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2007-11-08 11:55:26 -05:00
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
|
|
|
|
Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat \
|
|
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
|
|
krb5 m pango-1.0 pangocairo-1.0 pangoft2-1.0 png sasl2 ssl z
|
2003-04-01 15:30:05 -05:00
|
|
|
|
2005-02-28 08:30:07 -05:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
BUILD_DEPENDS= :cyrus-sasl-*:security/cyrus-sasl2
|
2006-09-18 07:40:06 -04:00
|
|
|
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
|
2006-08-01 18:19:46 -04:00
|
|
|
ldap.>=7,lber.>=7::databases/openldap \
|
2005-02-28 08:30:07 -05:00
|
|
|
xml2::textproc/libxml
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2006-11-11 16:04:27 -05:00
|
|
|
USE_X11= Yes
|
2003-05-27 19:49:13 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2005-02-28 08:30:07 -05:00
|
|
|
AUTOCONF_VERSION= 2.57
|
2003-05-27 19:49:13 -04:00
|
|
|
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} \
|
2005-02-28 08:30:07 -05:00
|
|
|
--with-sasl-prefix=${LOCALBASE} \
|
|
|
|
--with-kerberos-prefix=/usr
|
|
|
|
|
2001-09-19 16:45:55 -04:00
|
|
|
.include <bsd.port.mk>
|