1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/mail/xfce4-mailwatch-plugin/Makefile
Olivier Duchateau edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00

36 lines
924 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-mailwatch-plugin
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 \
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>