diff options
Diffstat (limited to 'net-im/xfce4-messenger-plugin/Makefile')
-rw-r--r-- | net-im/xfce4-messenger-plugin/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile new file mode 100644 index 000000000000..916af83a4798 --- /dev/null +++ b/net-im/xfce4-messenger-plugin/Makefile @@ -0,0 +1,29 @@ +# 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 +CATEGORIES= net-im xfce +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ +DIST_SUBDIR= xfce4 + +MAINTAINER= freebsd@unixfreunde.de +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.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> |