openbsd-ports/x11/gnome/bonobo-conf/Makefile

36 lines
820 B
Makefile
Raw Normal View History

2004-08-10 06:56:42 -04:00
# $OpenBSD: Makefile,v 1.6 2004/08/10 10:56:42 xsa Exp $
COMMENT= "bonobo configuration system"
DISTNAME= bonobo-conf-0.16
CATEGORIES= x11/gnome
HOMEPAGE= http://developer.gnome.org/arch/component/bonobo.html
MAINTAINER= Marc Matteo <marcm@openbsd.org>
#GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo-conf/0.16/}
2004-08-10 06:56:42 -04:00
MODULES= devel/gettext
LIB_DEPENDS= bonobo.2,bonobox.2::x11/gnome/bonobo \
gconf-1.1,gconf-gtk-1.1::devel/gconf
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2003-08-21 19:09:31 -04:00
CONFIGURE_ARGS+= --disable-oaftest
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>