mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Convert USE_BZIP2 to USES
- Add LICENSE Approved by: portmgr blanket
This commit is contained in:
parent
f0ba8e245b
commit
02d5f8ac59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359694
5 changed files with 14 additions and 11 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue