37 lines
1.0 KiB
Makefile
37 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:04:27 merdely Exp $
|
|
|
|
COMMENT= command line plugin for the xfce4 panel
|
|
|
|
V= 0.3.5
|
|
DISTNAME= verve-plugin-${V}
|
|
PKGNAME= xfce4-verve-${V}
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/verve-plugin
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= http://goodies.xfce.org/releases/verve-plugin/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_GMAKE= Yes
|
|
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
|
|
xfcegui4.>=4::x11/xfce4/libxfcegui4 \
|
|
dbus-glib-1::x11/dbus-glib \
|
|
pcre::devel/pcre
|
|
|
|
RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel
|
|
|
|
WANTLIB= ICE SM X11 Xdmcp Xrender Xau fontconfig freetype m z c \
|
|
Xcursor Xext Xfixes Xi Xinerama Xrandr expat \
|
|
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
|
|
pangoft2-1.0 pangocairo-1.0 cairo glitz png \
|
|
xfce4util.>=1 exo-0.3 gthread-2.0 pthread \
|
|
startup-notification-1 dbus-1
|
|
|
|
.include <bsd.port.mk>
|