1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mail/xfce4-mailwatch-plugin/Makefile

36 lines
924 B
Makefile
Raw Normal View History

2013-05-03 16:36:39 +00:00
# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-mailwatch-plugin
2008-09-23 09:10:33 +00:00
PORTVERSION= 1.1.0
PORTREVISION= 18
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= A mailwatch plugin for Xfce
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \
2013-05-03 16:36:39 +00:00
gcrypt:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USES= gettext pathfix
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel
USE_XORG= x11 xt xaw
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
post-configure:
@${REINPLACE_CMD} -e 's|-lgnutls|-lgnutls -lgcrypt|g' \
${WRKSRC}/panel-plugin/Makefile
.include <bsd.port.mk>