2013-05-03 16:36:39 +00:00
|
|
|
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
2007-01-28 00:10:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-mailwatch-plugin
|
2008-09-23 09:10:33 +00:00
|
|
|
PORTVERSION= 1.1.0
|
2013-05-08 16:05:21 +00:00
|
|
|
PORTREVISION= 18
|
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
|
|
|
|
|
2011-10-23 13:46:01 +00:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-01-07 22:46:11 +00:00
|
|
|
COMMENT= A mailwatch plugin for Xfce
|
2007-01-28 00:10:45 +00:00
|
|
|
|
2013-02-05 16:17:06 +00:00
|
|
|
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \
|
2013-05-03 16:36:39 +00:00
|
|
|
gcrypt:${PORTSDIR}/security/libgcrypt
|
2011-07-26 21:01:58 +00:00
|
|
|
|
2007-01-28 00:10:45 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2013-05-08 16:05:21 +00:00
|
|
|
USES= gettext pathfix
|
2007-01-28 00:10:45 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-08 16:05:21 +00:00
|
|
|
USE_GNOME= gtk20 intltool intlhack
|
2007-01-28 00:10:45 +00:00
|
|
|
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
|
|
|
|
2011-03-03 10:12:30 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
|
|
|
|
s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
|
|
|
|
${WRKSRC}/configure
|
2012-01-07 22:46:11 +00:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lgnutls|-lgnutls -lgcrypt|g' \
|
|
|
|
${WRKSRC}/panel-plugin/Makefile
|
2011-03-03 10:12:30 +00:00
|
|
|
|
2007-03-14 04:12:32 +00:00
|
|
|
.include <bsd.port.mk>
|