freebsd-ports/sysutils/xfce4-places-plugin/Makefile
Martin Wilke 9b27aae0e0 The xfce4-places-plugin brings much of the functionality of the GNOME Places
menu to Xfce. The plugin looks a lot like a launcher with multiple items in a
menu. The main "launcher" button opens up Thunar at the user's home directory.
The arrow button opens up a menu with two sections: system- and user-defined
locations. The system-defined locations are consistent with Thunar (including
their icons). For user-defined bookmarks, the ~/.gtk-bookmarks file is being
read in order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc.

WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
2007-03-23 19:30:43 +00:00

24 lines
557 B
Makefile

# New ports collection makefile for: xfce4-places-plugin
# Date created: 2007-03-23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfce4-places-plugin
PORTVERSION= 0.0.9
CATEGORIES= sysutils xfce
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A file browser launcher for XFce4 panel plugin
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel
USE_XLIB= yes
.include <bsd.port.mk>