freebsd-ports/net-im/xfce4-messenger-plugin/Makefile
Oliver Lehmann 6f4ce81280 Welcome XFCE 4.8 to the portstree!
Special Thanks to:      miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-03 10:12:30 +00:00

33 lines
848 B
Makefile

# New ports collection makefile for: messenger plugin for xfce4
# Date created: 29 April 2006
# Whom: Martin Wilke (freebsd@unixfreunde.de)
#
# $FreeBSD$
#
PORTNAME= xfce4-messenger-plugin
PORTVERSION= 0.1.0
PORTREVISION= 15
CATEGORIES= net-im xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= Messenger plugin for xfce
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= 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>