diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 02:39:09 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 02:39:09 +0800 |
commit | 7f1c520d06357d2fcedfbc26680e909adbfee721 (patch) | |
tree | 0108d9ed6446503d8177ebaa3f563342b4153fe6 /x11/xfce4-embed-plugin | |
parent | 13dcb08d13d7af67a152558604057865ed53b66b (diff) | |
download | freebsd-ports-gnome-7f1c520d06357d2fcedfbc26680e909adbfee721.tar.gz freebsd-ports-gnome-7f1c520d06357d2fcedfbc26680e909adbfee721.tar.zst freebsd-ports-gnome-7f1c520d06357d2fcedfbc26680e909adbfee721.zip |
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
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, 3 insertions, 5 deletions
diff --git a/x11/xfce4-embed-plugin/Makefile b/x11/xfce4-embed-plugin/Makefile index 87716ca38b2c..4b748fe7ff1f 100644 --- a/x11/xfce4-embed-plugin/Makefile +++ b/x11/xfce4-embed-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-embed-plugin PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,10 +14,9 @@ COMMENT= Embed arbitrary windows into the Xfce panel LICENSE= GPLv2 -USE_BZIP2= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pkgconfig gmake +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_XORG= x11 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel diff --git a/x11/xfce4-embed-plugin/pkg-plist b/x11/xfce4-embed-plugin/pkg-plist index 4a2679a5464d..167f18795c5d 100644 --- a/x11/xfce4-embed-plugin/pkg-plist +++ b/x11/xfce4-embed-plugin/pkg-plist @@ -1,5 +1,3 @@ -lib/xfce4/panel/plugins/libembed.a -lib/xfce4/panel/plugins/libembed.la lib/xfce4/panel/plugins/libembed.so %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-embed-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-embed-plugin.mo |