openbsd-ports/x11/xfce4/xfce4-wavelan/Makefile

28 lines
855 B
Makefile
Raw Normal View History

2011-10-14 08:22:00 -04:00
# $OpenBSD: Makefile,v 1.25 2011/10/14 12:22:00 jasper Exp $
2005-05-12 00:38:34 -04:00
2009-06-23 16:25:15 -04:00
COMMENT= Xfce4 wireless interface monitor panel plugin
2005-05-12 00:38:34 -04:00
XFCE_VERSION= 0.5.6
XFCE_PLUGIN= wavelan
2011-10-14 08:22:00 -04:00
REVISION = 1
2005-05-12 00:38:34 -04:00
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
LIB_DEPENDS = x11/xfce4/libxfcegui4
2011-10-14 08:22:00 -04:00
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += atk-1.0 c cairo drm expat ffi fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += startup-notification-1 xcb xcb-aux xcb-render xcb-shm
WANTLIB += xfce4util xfcegui4 z
2005-05-12 00:38:34 -04:00
.include <bsd.port.mk>