openbsd-ports/x11/xfce4/libxfcegui4/Makefile

36 lines
1.0 KiB
Makefile
Raw Normal View History

2010-06-05 11:22:13 -04:00
# $OpenBSD: Makefile,v 1.28 2010/06/05 15:22:13 landry Exp $
2005-05-12 00:38:34 -04:00
COMMENT= Xfce4 widget library
XFCE_PROJECT= libxfcegui4
2010-06-05 11:22:13 -04:00
XFCE_VERSION= 4.6.4
2009-03-08 13:11:44 -04:00
SHARED_LIBS= xfcegui4 5.0 \
xfce4kbd-private 5.0 # 6.5
2005-05-12 00:38:34 -04:00
HOMEPAGE= http://www.xfce.org/projects/libraries
2005-05-12 00:38:34 -04:00
# LGPLv2
2005-05-12 00:38:34 -04:00
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
2009-03-08 13:11:44 -04:00
LIB_DEPENDS= xfconf-0::x11/xfce4/xfconf \
2006-09-18 08:19:39 -04:00
startup-notification-1::devel/startup-notification \
2009-03-08 13:11:44 -04:00
glade-2.0::devel/libglade2
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
2009-03-08 13:11:44 -04:00
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 \
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xfce4util xml2 z \
2010-06-05 11:22:13 -04:00
pthread-stubs xcb execinfo xcb-atom xcb-aux xcb-event \
gthread-2.0 xcb-render xcb-render-util
2005-05-12 00:38:34 -04:00
FAKE_FLAGS= settingsdir=${PREFIX}/share/examples/xfconf
2010-06-05 11:22:13 -04:00
2005-05-12 00:38:34 -04:00
.include <bsd.port.mk>