diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 797f5cc91718..86382d3f1829 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -1,76 +1,76 @@ # Created by: Matt Lancereau # $FreeBSD$ PORTNAME= orage PORTVERSION= 4.10.0 PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 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 \ xfixes LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= BDB ICAL NOTIFY OPTIONS_DEFAULT= NOTIFY ICAL_DESC= iCalendar support CONFIGURE_ARGS= --enable-dbus .include .if ${PORT_OPTIONS:MBDB} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure CONFIGURE_ARGS+=--with-bdb4=yes --with-bdb4_dir=${LOCALBASE} USE_BDB= yes # Only Berkeley DB 4.x INVALIDE_BDB_VER= 5 .else CONFIGURE_ARGS+=--with-bdb4=no .endif .if ${PORT_OPTIONS:MICAL} CONFIGURE_ARGS+=--enable-libical LIB_DEPENDS+= libical.so:${PORTSDIR}/devel/libical CFLAGS+= -I${LOCALBASE}/include/libical PLIST_SUB+= WITH_ICAL="@comment " .else CONFIGURE_ARGS+=--disable-libical PLIST_SUB+= WITH_ICAL="" .endif .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif post-patch: .if ${PORT_OPTIONS:MBDB} @${REINPLACE_CMD} -e 's|%%BDB_INCLUDE_DIR%%|${BDB_INCLUDE_DIR}|g ; \ s|%%BDB_LIB_DIR%%|${BDB_LIB_DIR}|g ; \ s|%%BDB_LIB_NAME%%|${BDB_LIB_NAME}|g' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(datadir)/orage/doc/C|(datadir)/doc/orage/C|' \ ${WRKSRC}/doc/C/Makefile.in \ ${WRKSRC}/doc/C/images/Makefile.in .include diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 8c6137ee5480..6bbe48ad8ef7 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -1,32 +1,34 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= mousepad PORTVERSION= 0.3.0 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} 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 OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS .include .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus .else CONFIGURE_ARGS+=--disable-dbus .endif .include diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 4172f8bac701..b84e8d384634 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -1,27 +1,29 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= ristretto PORTVERSION= 0.6.3 PORTREVISION= 2 CATEGORIES= graphics xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} 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 USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 .include 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 @@ -1,28 +1,28 @@ # Created by: DaJoob # $FreeBSD$ PORTNAME= xfce4-taskmanager PORTVERSION= 1.0.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 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 \ --disable-gksu post-patch: @${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \ ${WRKSRC}/po/Makefile.in.in .include 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 @@ -1,48 +1,47 @@ # Created by: Matt Lancereau # $FreeBSD$ PORTNAME= xfce4-terminal PORTVERSION= 0.6.3 PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 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 OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's| terminal||; \ s|po \\|terminal|' ${WRKSRC}/Makefile.in .endif .include