mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Fix shebangs - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
633212ee21
commit
a28039c1af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487237
2 changed files with 6 additions and 5 deletions
|
@ -2,14 +2,15 @@
|
|||
|
||||
PORTNAME= rox-session
|
||||
PORTVERSION= 0.40.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Simple session manager for the ROX desktop
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/Help/COPYING
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
|
||||
|
@ -19,7 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
|
|||
WRKSRC= ${WRKDIR}/ROX-Session
|
||||
DATADIR= ${PREFIX}/apps/ROX-Session
|
||||
|
||||
USES= gettext-tools pkgconfig python:2.7
|
||||
USES= gettext-tools pkgconfig python:2.7 shebangfix
|
||||
SHEBANG_FILES= AutoStart.py choose_wm.py interactive.py migrate.py
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_XORG= x11 xext xtst xxf86vm
|
||||
|
||||
|
|
|
@ -3,5 +3,4 @@ It loads, runs any programs you asked it to, and then quits when you run it
|
|||
a second time (thus ending your session). It does not display any windows
|
||||
until you ask it to quit.
|
||||
|
||||
WWW: http://roscidus.com/desktop/ROX-Session
|
||||
WWW: http://rox.sourceforge.net/rox_session.html
|
||||
WWW: http://rox.sourceforge.net/desktop/
|
||||
|
|
Loading…
Add table
Reference in a new issue