diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-06-28 13:10:01 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-06-28 13:10:01 +0000 |
commit | 990d366814f323c1b726d3320a88d8855a23f976 (patch) | |
tree | e4f359c6ae3095e2bb87bd1ef204aaf10c9bb53e /x11/xfce4-screenshooter-plugin | |
parent | 31e34051bb15fffc0982024867babee7adabfa9f (diff) | |
download | ports-990d366814f323c1b726d3320a88d8855a23f976.tar.gz ports-990d366814f323c1b726d3320a88d8855a23f976.zip |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 8 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/pkg-plist | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 2e707c3a51fc..57b279292512 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -13,14 +13,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Desktop Screenshot plugin for Xfce +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu libutil panel -USES= pkgconfig gmake +USES= pkgconfig gmake libtool tar:bzip2 OPTIONS_DEFINE= NLS diff --git a/x11/xfce4-screenshooter-plugin/pkg-plist b/x11/xfce4-screenshooter-plugin/pkg-plist index 8d4ec0052f9f..349b8657271c 100644 --- a/x11/xfce4-screenshooter-plugin/pkg-plist +++ b/x11/xfce4-screenshooter-plugin/pkg-plist @@ -1,7 +1,7 @@ bin/xfce4-screenshooter -lib/xfce4/panel/plugins/libscreenshooterplugin.la lib/xfce4/panel/plugins/libscreenshooterplugin.so lib/xfce4/panel/plugins/libscreenshooterplugin.so.0 +lib/xfce4/panel/plugins/libscreenshooterplugin.so.0.0.0 man/man1/xfce4-screenshooter.1.gz share/applications/xfce4-screenshooter.desktop %%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png |