openbsd-ports/x11/xfce4/xfce4-fsguard/Makefile

33 lines
945 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2008/04/17 09:00:24 landry Exp $
2005-05-12 00:38:34 -04:00
COMMENT= monitors a chosen mountpoint for free disk space
2005-05-12 00:38:34 -04:00
V= 0.4.0
2007-05-14 02:35:36 -04:00
DISTNAME= xfce4-fsguard-plugin-${V}
PKGNAME= xfce4-fsguard-${V}p1
2007-05-14 02:35:36 -04:00
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
MAINTAINER= Landry Breuil <gaston@gcu.info>
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
2007-05-14 02:35:36 -04:00
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-fsguard-plugin/
EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
xfcegui4.>=4::x11/xfce4/libxfcegui4 \
WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
2006-09-18 08:19:39 -04:00
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
2005-05-12 00:38:34 -04:00
.include <bsd.port.mk>