diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 14:51:57 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 14:51:57 +0000 |
commit | 7f0af871cf32465536df01711a082ebf3cc5c5a0 (patch) | |
tree | a1cf2ed7413869770b378cfa31779a368b6e466d /x11/xfce4-embed-plugin | |
parent | 13759ce711d5f0a5389a42d619dc2f26e8af0890 (diff) | |
download | ports-7f0af871cf32465536df01711a082ebf3cc5c5a0.tar.gz ports-7f0af871cf32465536df01711a082ebf3cc5c5a0.zip |
Notes
Diffstat (limited to 'x11/xfce4-embed-plugin')
-rw-r--r-- | x11/xfce4-embed-plugin/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-embed-plugin/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/xfce4-embed-plugin/Makefile b/x11/xfce4-embed-plugin/Makefile index 51417a350633..87716ca38b2c 100644 --- a/x11/xfce4-embed-plugin/Makefile +++ b/x11/xfce4-embed-plugin/Makefile @@ -11,18 +11,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Embed arbitrary windows into the Xfce panel +LICENSE= GPLv2 + USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_XORG= x11 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11/xfce4-embed-plugin/pkg-plist b/x11/xfce4-embed-plugin/pkg-plist index efc5286aab59..4a2679a5464d 100644 --- a/x11/xfce4-embed-plugin/pkg-plist +++ b/x11/xfce4-embed-plugin/pkg-plist @@ -27,5 +27,7 @@ lib/xfce4/panel/plugins/libembed.so %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-embed-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-embed-plugin.mo share/xfce4/panel/plugins/embed.desktop +@dirrmtry share/xfce4/panel/plugins %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ug +@dirrmtry lib/xfce4/panel/plugins |