diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
commit | 350edb4537ee5fdf848c8c9593f8f0bbccd2f22d (patch) | |
tree | cb39c047d10993fdc623af8b3cc6566476534352 | |
parent | 6445b95bc6dcc751457a3bfdd40512a97b258eec (diff) | |
download | freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.gz freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.zst freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.zip |
- Convert USE_BZIP2 to USES
- Add LICENSE
Approved by: portmgr blanket
-rw-r--r-- | deskutils/orage/Makefile | 4 | ||||
-rw-r--r-- | editors/mousepad/Makefile | 6 | ||||
-rw-r--r-- | graphics/ristretto/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-taskmanager/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-terminal/Makefile | 5 |
5 files changed, 14 insertions, 11 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 797f5cc91718..86382d3f1829 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -13,14 +13,14 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Calendar application for the Xfce Desktop LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext desktop-file-utils gmake -USE_BZIP2= yes +USES= pkgconfig gettext desktop-file-utils gmake tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 8c6137ee5480..6bbe48ad8ef7 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -11,9 +11,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Simple text editor for the Xfce Desktop +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 +USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2 USE_XFCE= configenv diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 4172f8bac701..b84e8d384634 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -12,12 +12,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Image viewer with Xfce integration +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libcairo.so:${PORTSDIR}/graphics/cairo -USES= pkgconfig gettext pathfix desktop-file-utils gmake -USE_BZIP2= yes +USES= pkgconfig gettext pathfix desktop-file-utils gmake tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack INSTALLS_ICONS= yes diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile index f482628703c6..ac970479852e 100644 --- a/x11/xfce4-taskmanager/Makefile +++ b/x11/xfce4-taskmanager/Makefile @@ -12,10 +12,10 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Task manager for the Xfce desktop LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 cairo libwnck intltool intlhack CONFIGURE_ARGS= --enable-wnck \ diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index d3c3e5e4397a..965166ce575b 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -13,16 +13,15 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Terminal emulator for the X windowing system LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2 USE_XFCE= configenv libmenu USE_XORG= x11 -USES= pkgconfig gmake +USES= pkgconfig gmake tar:bzip2 CONFIGURE_ARGS= --without-gnome-default-appsdir |