openbsd-ports/x11/gnome/libbonoboui/Makefile

43 lines
1.3 KiB
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.49 2010/11/22 08:36:57 espie Exp $
2009-10-10 13:51:42 -04:00
COMMENT= user interface components for bonobo
2009-10-10 13:51:42 -04:00
GNOME_PROJECT= libbonoboui
GNOME_VERSION= 2.24.4
2010-10-11 04:11:24 -04:00
REVISION= 1
2009-10-10 13:51:42 -04:00
SHARED_LIBS += bonoboui-2 3.0 # .0.0
# GPLv2/LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-10-10 13:51:42 -04:00
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
2010-09-30 07:33:22 -04:00
WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation c cairo crypto
2009-10-10 13:51:42 -04:00
WANTLIB += dbus-1 dbus-glib-1 expat fontconfig freetype gailutil
WANTLIB += gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0 popt
2010-10-11 04:11:24 -04:00
WANTLIB += glib-2.0 gmodule-2.0 gnomevfs-2 gobject-2.0 gthread-2.0
2009-10-10 13:51:42 -04:00
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs ssl util xcb
WANTLIB += xml2 z xcb-render xcb-render-util gnome-2 gnomecanvas-2
WANTLIB += canberra ltdl ogg vorbis vorbisfile
2009-10-10 13:51:42 -04:00
MODULES= devel/gettext \
x11/gnome
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= devel/popt \
x11/gnome/libgnome \
x11/gnome/libgnomecanvas
2009-10-10 13:51:42 -04:00
DESKTOP_FILES= Yes
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>