openbsd-ports/x11/xfce4/xfce4-genmon/Makefile

26 lines
745 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2012/04/30 13:29:04 landry Exp $
2007-05-17 05:25:13 -04:00
2009-06-23 15:53:03 -04:00
COMMENT= Xfce4 generic scriptable monitor panel plugin
2007-05-17 05:25:13 -04:00
2012-01-02 13:43:21 -05:00
XFCE_VERSION= 3.3.1
XFCE_PLUGIN= genmon
REVISION= 0
2007-05-17 05:25:13 -04:00
# LGPLv2
2007-05-17 05:25:13 -04:00
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
LIB_DEPENDS = x11/xfce4/libxfcegui4
2007-05-17 05:25:13 -04:00
2011-10-14 08:22:00 -04:00
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 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
2011-10-14 08:22:00 -04:00
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs xcb
WANTLIB += xcb-render xcb-shm xfce4util xfcegui4 z
2007-05-17 05:25:13 -04:00
.include <bsd.port.mk>