2009-09-04 15:26:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/09/04 19:26:21 landry Exp $
|
2009-05-03 15:20:14 -04:00
|
|
|
|
|
|
|
COMMENT= Xfce4 Music Player Daemon client
|
|
|
|
|
2009-09-04 15:26:21 -04:00
|
|
|
XFCE_VERSION= 0.2.0
|
2009-05-03 15:20:14 -04:00
|
|
|
XFCE_GOODIE= xfmpc
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
|
|
|
|
|
|
LIB_DEPENDS= mpd.>=2::audio/libmpd \
|
|
|
|
xfcegui4.>=4::x11/xfce4/libxfcegui4
|
|
|
|
|
|
|
|
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo 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 \
|
2009-08-11 04:38:41 -04:00
|
|
|
pangoft2-1.0 pcre pixman-1 png startup-notification-1 xfce4util z \
|
2009-09-04 15:26:21 -04:00
|
|
|
pthread-stubs xcb execinfo gthread-2.0 pthread xcb-atom xcb-aux xcb-event
|
2009-05-03 15:20:14 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|