35 lines
892 B
Makefile
35 lines
892 B
Makefile
# 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
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= mail xfce
|
|
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A mailwatch plugin for xfce
|
|
|
|
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
|
|
|
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
|
|
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
|
|
|
|
.include <bsd.port.mk>
|