1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00
freebsd-ports/net-im/xfce4-messenger-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

31 lines
735 B
Makefile

# Created by: Martin Wilke (freebsd@unixfreunde.de)
# $FreeBSD$
#
PORTNAME= xfce4-messenger-plugin
PORTVERSION= 0.1.0
PORTREVISION= 18
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:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext pkgconfig
USE_GMAKE= 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
.include <bsd.port.mk>