diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 27 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index cc45207084fc..e9dcdc147b57 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -267,6 +267,7 @@ SUBDIR += xf86ext SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-quicklauncher-plugin + SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-trigger-launcher SUBDIR += xfishtank diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile new file mode 100644 index 000000000000..482f63a3d655 --- /dev/null +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: screenshooter plugin for xfce4 +# Date created: 29 April 2006 +# Whom: Martin Wilke (freebsd@unixfreunde.de) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-screenshooter-plugin +PORTVERSION= 1.0.0 +CATEGORIES= x11 xfce +MASTER_SITES= http://goodies.xfce.org/releases/xfce4-screenshooter-plugin/ +DIST_SUBDIR= xfce4 + +MAINTAINER= freebsd@unixfreunde.de +COMMENT= Desktop Screenshot plugin for xfce + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel +USE_XLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/x11/xfce4-screenshooter-plugin/distinfo b/x11/xfce4-screenshooter-plugin/distinfo new file mode 100644 index 000000000000..39dea8ae72c4 --- /dev/null +++ b/x11/xfce4-screenshooter-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-screenshooter-plugin-1.0.0.tar.bz2) = d12746c635eb28207161a3da1585aa75 +SHA256 (xfce4/xfce4-screenshooter-plugin-1.0.0.tar.bz2) = 2ee31e2d74a2373da8ad44a1c2af3e323f199fbdb63ea31c070841d9487d41f2 +SIZE (xfce4/xfce4-screenshooter-plugin-1.0.0.tar.bz2) = 257496 diff --git a/x11/xfce4-screenshooter-plugin/pkg-descr b/x11/xfce4-screenshooter-plugin/pkg-descr new file mode 100644 index 000000000000..2bb72a639687 --- /dev/null +++ b/x11/xfce4-screenshooter-plugin/pkg-descr @@ -0,0 +1,3 @@ +Is a Display Screenshot Plugin for xfce4 + +WWW: http://www.xfce.org/ diff --git a/x11/xfce4-screenshooter-plugin/pkg-plist b/x11/xfce4-screenshooter-plugin/pkg-plist new file mode 100644 index 000000000000..ce4264659e1d --- /dev/null +++ b/x11/xfce4-screenshooter-plugin/pkg-plist @@ -0,0 +1,6 @@ +libexec/xfce4/panel-plugins/xfce4-screenshooter-plugin +share/xfce4/panel-plugins/screenshooter.desktop +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 |