2011-01-18 16:05:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/01/18 21:05:51 landry Exp $
|
2007-05-30 06:01:10 -04:00
|
|
|
|
2009-06-23 15:53:03 -04:00
|
|
|
COMMENT= Xfce4 mailboxes monitor panel plugin
|
2007-05-30 06:01:10 -04:00
|
|
|
|
2008-09-16 05:43:15 -04:00
|
|
|
XFCE_VERSION= 1.1.0
|
2008-07-08 08:50:06 -04:00
|
|
|
XFCE_PLUGIN= mailwatch
|
2011-01-18 16:05:51 -05:00
|
|
|
REVISION= 6
|
2007-05-30 06:01:10 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://spuriousinterrupt.org/projects/mailwatch
|
|
|
|
|
2008-07-08 08:50:06 -04:00
|
|
|
# GPLv2
|
2007-05-30 06:01:10 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 08:50:06 -04:00
|
|
|
MODULES= x11/xfce4
|
2007-05-30 06:01:10 -04:00
|
|
|
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS+= security/gnutls
|
2011-01-18 16:05:51 -05:00
|
|
|
LIB_DEPENDS+= x11/xfce4/libxfcegui4
|
2008-09-16 05:43:15 -04:00
|
|
|
|
2007-10-26 09:08:10 -04:00
|
|
|
WANTLIB= ICE SM X11 Xdmcp Xrender Xau Xdamage fontconfig freetype \
|
|
|
|
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
|
|
|
|
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 pcre m z c\
|
|
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 pthread \
|
2010-10-11 04:11:24 -04:00
|
|
|
pangoft2-1.0 pangocairo-1.0 pixman-1 cairo png \
|
2008-09-16 05:43:15 -04:00
|
|
|
gthread-2.0 startup-notification-1 xfce4util xfcegui4 \
|
2010-04-04 06:48:59 -04:00
|
|
|
gcrypt gpg-error gio-2.0 tasn1 pthread-stubs xcb \
|
2010-07-27 08:58:42 -04:00
|
|
|
execinfo xcb-atom xcb-aux xcb-event gnutls xcb-render \
|
2011-01-18 16:05:51 -05:00
|
|
|
GL Xxf86vm drm xcb-shm
|
2007-05-30 06:01:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|