30 lines
844 B
Makefile
30 lines
844 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/06/05 15:27:16 landry Exp $
|
|
|
|
COMMENT= Xfce4 settings helpers
|
|
|
|
XFCE_PROJECT= xfce4-settings
|
|
XFCE_VERSION= 4.6.5
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES = x11/xfce4
|
|
DESKTOP_FILES = Yes
|
|
LIB_DEPENDS= xfce4kbd-private,xfcegui4::x11/xfce4/libxfcegui4 \
|
|
wnck-1::devel/libwnck \
|
|
notify::devel/libnotify \
|
|
exo-0.3::x11/xfce4/exo \
|
|
xklavier:libxklavier->=5.*:x11/gnome/libxklavier \
|
|
xfconf-0::x11/xfce4/xfconf
|
|
|
|
WANTLIB = X11 Xcursor Xi Xrandr c cairo dbus-glib-1 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
glade-2.0 glib-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
|
|
pango-1.0 pthread xfce4util
|
|
|
|
FAKE_FLAGS = autostartdir=${PREFIX}/share/examples/xfce4-settings \
|
|
settingsdir=${PREFIX}/share/examples/xfce4-settings
|
|
.include <bsd.port.mk>
|