1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add tdfsb 0.0.9, a 3D filesystem browser.

PR:		ports/84414
Submitted by:	Alejandro Pulver <alejandro(at)varnet.biz>
This commit is contained in:
Alexey Dokuchaev 2005-10-26 11:03:27 +00:00
parent 4de77cefe0
commit 9d7d426f02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146382
4 changed files with 64 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += rox-mime-editor
SUBDIR += rox-session
SUBDIR += systemg
SUBDIR += tdfsb
SUBDIR += tkdesk
SUBDIR += twander
SUBDIR += velocity

52
x11-fm/tdfsb/Makefile Normal file
View File

@ -0,0 +1,52 @@
# New ports collection makefile for: TDFSB
# Date created: 31 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= tdfsb
PORTVERSION= 0.0.9
CATEGORIES= x11-fm
MASTER_SITES= http://www.determinate.net/webdata/data/
MAINTAINER= alejandro@varnet.biz
COMMENT= A 3D filesystem browser
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
USE_GL= yes
USE_REINPLACE= yes
USE_SDL= image sdl
USE_X_PREFIX= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
COMPILE_SCRIPT= compile.sh
do-build:
@(cd ${BUILD_WRKSRC}; ${SH} ${COMPILE_SCRIPT})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
post-patch:
# Dirty hack below (ripping -lm) is needed in order to build the port on
# NVidia-infected system. Without it, it may complain on conflicting
# libm.so versions (x11/nvidia-driver gets one via misc/compat5x port).
# However, since libGLU.so already depends on it, we should be fine.
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \
s|gcc|${CC}| ; s| -lm|| ; \
s|/usr/local|${LOCALBASE}|g ; \
s|/usr/X11R6|${X11BASE}|g ; \
s|-O2|${CFLAGS}|g' \
${WRKSRC}/${COMPILE_SCRIPT}
.include <bsd.port.post.mk>

2
x11-fm/tdfsb/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (tdfsb-0.0.9.tar.gz) = 96bf14973affe065bdb5cb7301cc7402
SIZE (tdfsb-0.0.9.tar.gz) = 35336

9
x11-fm/tdfsb/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
TDFSB is a "3D - Filesystem Browser". It reads directory information and
displays them as a 3D world, so you can take a walk through your file
system. It also reads images, MPEG and MP3 files as well as some other
formats.
It is highly recommended that you have decent (hardware-accelerated) gfx
card, otherwise it may run very slow.
WWW: http://www.determinate.net/webdata/seg/tdfsb.html