2004-06-25 00:30:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2004/06/25 04:30:50 djm Exp $
|
2003-10-07 13:24:13 -04:00
|
|
|
|
|
|
|
COMMENT= "editor for the GConf configuration system"
|
|
|
|
|
2004-06-22 23:23:48 -04:00
|
|
|
DISTNAME= gconf-editor-2.6.2
|
2003-10-07 13:24:13 -04:00
|
|
|
CATEGORIES= devel x11/gnome
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
|
|
|
MAINTAINER= Marc Balmer <marc@msys.ch>
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-06-22 23:23:48 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.6/}
|
2003-10-07 13:24:13 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2004-06-25 00:30:50 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
2003-10-07 13:24:13 -04:00
|
|
|
LIB_DEPENDS= gconf-2::devel/gconf2
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|