2004-04-01 03:44:27 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2004/04/01 08:44:27 jakob Exp $
|
2001-09-19 16:45:55 -04:00
|
|
|
|
|
|
|
COMMENT= "GTK-based LDAP client"
|
|
|
|
|
2004-04-01 03:44:27 -05:00
|
|
|
VERSION= 0.7.0beta2
|
2001-09-19 16:45:55 -04:00
|
|
|
DISTNAME= gq-${VERSION}
|
|
|
|
CATEGORIES= databases
|
|
|
|
|
2003-04-01 15:30:05 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2002-03-20 20:17:31 -05:00
|
|
|
HOMEPAGE= http://biot.com/gq/
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2003-09-23 11:29:41 -04:00
|
|
|
MAINTAINER= Marc Balmer <marc@msys.ch>
|
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
|
|
|
|
|
2002-03-20 20:17:31 -05:00
|
|
|
USE_X11= Yes
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2004-04-01 03:44:27 -05:00
|
|
|
BUILD_DEPENDS= :cyrus-sasl-*:security/cyrus-sasl2 # sasl.h only
|
2002-03-20 20:17:31 -05:00
|
|
|
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
|
2003-04-01 15:30:05 -05:00
|
|
|
ldap,lber::databases/openldap \
|
|
|
|
gdk_pixbuf::graphics/gdk-pixbuf
|
|
|
|
|
|
|
|
MODULES= iconv
|
2001-09-19 16:45:55 -04:00
|
|
|
|
2003-05-27 19:49:13 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
|
|
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} \
|
|
|
|
--with-sasl-prefix=${LOCALBASE}
|
2001-09-19 16:45:55 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|