openbsd-ports/x11/gnome/libbonoboui/Makefile

42 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.55 2011/10/29 08:12:32 ajacoutot 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.5
REVISION= 0
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
2011-09-12 08:04:16 -04:00
EXTRACT_SUFX= .tar.bz2
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 gnome-2 gnomecanvas-2 ffi stdc++
WANTLIB += canberra ltdl ogg vorbis vorbisfile GL Xxf86vm drm xcb-shm
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
MODGNOME_DESKTOP_FILE= Yes
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>