diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-27 00:35:41 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-27 00:35:41 +0800 |
commit | 26b81c94049027758ae18f31390f65a59df9c779 (patch) | |
tree | 2e516df16ec7fbe89648cbd9af363e35e82ba23d /x11-fm/thunar-vfs | |
parent | 376d03d2ae238fc92945613a4c4f734dedb7e42f (diff) | |
download | freebsd-ports-gnome-26b81c94049027758ae18f31390f65a59df9c779.tar.gz freebsd-ports-gnome-26b81c94049027758ae18f31390f65a59df9c779.tar.zst freebsd-ports-gnome-26b81c94049027758ae18f31390f65a59df9c779.zip |
- Switch to USES= libtool
- Add LICENSE and LICENSE_FILE
- Bump PORTREVISION
Diffstat (limited to 'x11-fm/thunar-vfs')
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 9 | ||||
-rw-r--r-- | x11-fm/thunar-vfs/pkg-plist | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 50ce21ef174e..60b5d31af9b2 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunar-vfs PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/archive/${PORTNAME}/${PORTVERSION:R} @@ -12,17 +12,20 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= The virtual filesystem for Thunar +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libgamin-1.so:${PORTSDIR}/devel/gamin -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack USE_XFCE= configenv libutil libexo USE_XORG= x11 -USES= gmake pathfix perl5 pkgconfig desktop-file-utils tar:bzip2 +USES= gmake pathfix perl5 pkgconfig libtool desktop-file-utils \ + tar:bzip2 CONFIGURE_ARGS= --disable-debug diff --git a/x11-fm/thunar-vfs/pkg-plist b/x11-fm/thunar-vfs/pkg-plist index 30f362c2cd07..47af36ecbf1d 100644 --- a/x11-fm/thunar-vfs/pkg-plist +++ b/x11-fm/thunar-vfs/pkg-plist @@ -16,10 +16,9 @@ include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h include/thunar-vfs-1/thunar-vfs/thunar-vfs.h -lib/libthunar-vfs-1.a -lib/libthunar-vfs-1.la lib/libthunar-vfs-1.so -lib/libthunar-vfs-1.so.5 +lib/libthunar-vfs-1.so.2 +lib/libthunar-vfs-1.so.2.3.1 lib/thunar-vfs-1/thunar-vfs-font-thumbnailer-1 lib/thunar-vfs-1/thunar-vfs-mime-cleaner-1 lib/thunar-vfs-1/thunar-vfs-pixbuf-thumbnailer-1 |