2007-01-28 00:10:45 +00:00
|
|
|
# New ports collection makefile for: mailwatch plugin for xfce4
|
|
|
|
# Date created: 23 Januar 2007
|
|
|
|
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-mailwatch-plugin
|
2008-09-23 09:10:33 +00:00
|
|
|
PORTVERSION= 1.1.0
|
2010-05-31 15:27:35 +00:00
|
|
|
PORTREVISION= 10
|
2007-01-28 00:10:45 +00:00
|
|
|
CATEGORIES= mail xfce
|
2007-02-26 22:27:32 +00:00
|
|
|
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2007-01-28 00:10:45 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= A mailwatch plugin for xfce
|
|
|
|
|
2009-08-16 18:04:40 +00:00
|
|
|
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
|
2008-09-23 09:10:33 +00:00
|
|
|
|
2007-01-28 00:10:45 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
|
|
USE_XFCE= configenv libgui libutil panel
|
2008-04-20 22:27:05 +00:00
|
|
|
USE_XORG= x11 xt xaw
|
2007-01-28 00:10:45 +00:00
|
|
|
|
2007-03-14 04:12:32 +00:00
|
|
|
.include <bsd.port.mk>
|