aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xfce4-screenshooter-plugin/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-01-23 00:57:44 +0800
committeroliver <oliver@FreeBSD.org>2007-01-23 00:57:44 +0800
commit3b0c98a4811282d51bfb99c41f104497e07c7e2d (patch)
tree0d4b637c69193efde701d1b76be32e94e60461c6 /x11/xfce4-screenshooter-plugin/Makefile
parente82b009893095eefe72afa73dae9b0f70cf4aeb5 (diff)
downloadfreebsd-ports-gnome-3b0c98a4811282d51bfb99c41f104497e07c7e2d.tar.gz
freebsd-ports-gnome-3b0c98a4811282d51bfb99c41f104497e07c7e2d.tar.zst
freebsd-ports-gnome-3b0c98a4811282d51bfb99c41f104497e07c7e2d.zip
xfce4-screenshooter-plugin is a Display Screenshot Plugin for xfce4
Diffstat (limited to 'x11/xfce4-screenshooter-plugin/Makefile')
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile27
1 files changed, 27 insertions, 0 deletions
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>