1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net-im/xfce4-messenger-plugin/Makefile
2012-06-01 05:26:28 +00:00

34 lines
836 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= 17
CATEGORIES= net-im xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
MAINTAINER= xfce@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= 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>