26 lines
763 B
Makefile
26 lines
763 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/10/14 12:22:00 jasper Exp $
|
|
|
|
COMMENT= Xfce4 generic scriptable monitor panel plugin
|
|
|
|
XFCE_VERSION= 3.3.0
|
|
XFCE_PLUGIN= genmon
|
|
REVISION = 0
|
|
|
|
# LGPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
LIB_DEPENDS = x11/xfce4/libxfcegui4
|
|
|
|
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs xcb
|
|
WANTLIB += xcb-render xcb-shm xfce4util xfcegui4 z
|
|
|
|
.include <bsd.port.mk>
|