"ROX-Filer is a simple and easy to use graphical file manager for X11."

PR:		ports/22789
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
Doug Barton 2000-11-26 04:53:53 +00:00
parent fc0fe5edce
commit 47a25f6983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35428
7 changed files with 88 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += nautilus
SUBDIR += offix-files
SUBDIR += rox-base
SUBDIR += rox-filer
SUBDIR += systemg
SUBDIR += tkdesk
SUBDIR += vide

43
x11-fm/rox-filer/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: rox-filer
# Date created: 13 November 2000
# Whom: Jimmy Olgeni <olgeni@uli.it>
#
# $FreeBSD$
PORTNAME= rox
PORTVERSION= 0.1.29
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
DISTNAME= rox-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@uli.it
RUN_DEPENDS= ${LOCALBASE}/share/Choices:${PORTSDIR}/x11-fm/rox-base
USE_GLIB= yes
USE_GTK= yes
MAN1= rox.1
do-build:
# Hopefully gtk-config and glib-config will become
# configurable, so don't bother to add patch-* files
${PERL} -pi -e "s/gtk-config/gtk12-config/g" \
${WRKSRC}/ROX-Filer/src/Makefile.in
${PERL} -pi -e "s/glib-config/glib12-config/g" \
${WRKSRC}/ROX-Filer/src/configure
# Run the custom build procedure
cd ${WRKSRC} && ROX-Filer/AppRun --compile
do-install:
${MKDIR} ${PREFIX}/apps/ROX-Filer
cd ${WRKSRC}/ROX-Filer && ${CP} -r AppIcon.xpm FreeBSD-ix86 Messages AppRun Help pixmaps ${PREFIX}/apps/ROX-Filer
${CAT} ${FILESDIR}/rox | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" > ${PREFIX}/bin/rox
${CHMOD} 775 ${PREFIX}/bin/rox
${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (rox-0.1.29.tgz) = 69cdf3a8000b6795a3439c959848212b

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec %%PREFIX%%/apps/ROX-Filer/AppRun

View File

@ -0,0 +1 @@
A simple and easy to use graphical file manager.

View File

@ -0,0 +1,5 @@
ROX-Filer is a simple and easy to use graphical file
manager for X11, the windowing system used on Unix and
Unix-like operating systems.
WWW: http://rox.sourceforge.net/

View File

@ -0,0 +1,34 @@
bin/rox
apps/ROX-Filer/AppRun
apps/ROX-Filer/AppIcon.xpm
apps/ROX-Filer/pixmaps/up.xpm
apps/ROX-Filer/pixmaps/close.xpm
apps/ROX-Filer/pixmaps/error.xpm
apps/ROX-Filer/pixmaps/file.xpm
apps/ROX-Filer/pixmaps/help.xpm
apps/ROX-Filer/pixmaps/home.xpm
apps/ROX-Filer/pixmaps/large.xpm
apps/ROX-Filer/pixmaps/mount.xpm
apps/ROX-Filer/pixmaps/mounted.xpm
apps/ROX-Filer/pixmaps/multiple.xpm
apps/ROX-Filer/pixmaps/refresh.xpm
apps/ROX-Filer/pixmaps/small.xpm
apps/ROX-Filer/pixmaps/symlink.xpm
apps/ROX-Filer/pixmaps/unknown.xpm
apps/ROX-Filer/pixmaps/application.xpm
apps/ROX-Filer/Help/Manual.ps
apps/ROX-Filer/Help/COPYING
apps/ROX-Filer/Help/Changes
apps/ROX-Filer/Help/README
apps/ROX-Filer/Help/TODO
apps/ROX-Filer/Messages/fr.gmo
apps/ROX-Filer/Messages/README
apps/ROX-Filer/Messages/it.gmo
apps/ROX-Filer/Messages/nl.gmo
apps/ROX-Filer/FreeBSD-ix86/ROX-Filer
@dirrm apps/ROX-Filer/FreeBSD-ix86
@dirrm apps/ROX-Filer/Messages
@dirrm apps/ROX-Filer/Help
@dirrm apps/ROX-Filer/pixmaps
@dirrm apps/ROX-Filer
@unexec rmdir %D/apps 2>/dev/null || true