openbsd-ports/x11/gnome/libbonoboui/Makefile
2003-08-06 20:45:03 +00:00

36 lines
848 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
COMMENT= "user interface components for bonobo"
DISTNAME= libbonoboui-2.2.4
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.2/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= gnome-2::x11/gnome/libgnome \
gnomecanvas-2::x11/gnome/libgnomecanvas
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>