summaryrefslogtreecommitdiff
path: root/net-im/xfce4-messenger-plugin/Makefile
blob: e955e5ef31ff401f1cefe81616a8b02cb731b736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=	2
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_XLIB=	yes

.include <bsd.port.mk>