diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-09-30 17:02:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-09-30 17:02:06 +0800 |
commit | 600643ba6b4328a7b2804b94067694214f117cd2 (patch) | |
tree | b1ada43cfc435931cdc57998f900630c156cfadd /x11 | |
parent | 2eb7d38bdbe3cff8b63b55be485c0d4011c47d37 (diff) | |
download | freebsd-ports-gnome-600643ba6b4328a7b2804b94067694214f117cd2.tar.gz freebsd-ports-gnome-600643ba6b4328a7b2804b94067694214f117cd2.tar.zst freebsd-ports-gnome-600643ba6b4328a7b2804b94067694214f117cd2.zip |
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome-session/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 8c746de58762..9e0c7d8d97ce 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 3 desktop +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libjson-glib-1.0.so:devel/json-glib \ libupower-glib.so:sysutils/upower @@ -19,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase:ldflags pathfix \ + pkgconfig tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack intlhack libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl @@ -28,8 +32,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs \ --enable-consolekit \ --enable-gconf=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr index 1790ccdfbfec..c47212568ae1 100644 --- a/x11/gnome-session/pkg-descr +++ b/x11/gnome-session/pkg-descr @@ -1,4 +1,4 @@ This provides session management for the GNOME 3 desktop, and provides the tools used to start the desktop. -WWW: http://www.gnome.org +WWW: https://www.gnome.org/ |