diff options
Diffstat (limited to 'graphics/timeless')
-rw-r--r-- | graphics/timeless/Makefile | 21 | ||||
-rw-r--r-- | graphics/timeless/distinfo | 3 | ||||
-rw-r--r-- | graphics/timeless/pkg-descr | 7 |
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile new file mode 100644 index 000000000000..80ea0edd8bfc --- /dev/null +++ b/graphics/timeless/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: timeless +# Date created: 5 August 2006 +# Whom: Jeff Molofee +# +# $FreeBSD$ +# + +PORTNAME= timeless +PORTVERSION= 1.0 +CATEGORIES= graphics +MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ + +MAINTAINER= nehe@cruzinternet.com +COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound + +USE_SDL= sdl mixer + +PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/time.s3m +PLIST_DIRS= %%DATADIR%% + +.include <bsd.port.mk> diff --git a/graphics/timeless/distinfo b/graphics/timeless/distinfo new file mode 100644 index 000000000000..9adcd1a24cfb --- /dev/null +++ b/graphics/timeless/distinfo @@ -0,0 +1,3 @@ +MD5 (timeless-1.0.tar.gz) = 6e5ca0628c02e86bba8ec3c7a12986d1 +SHA256 (timeless-1.0.tar.gz) = ed4a453a6dba805b61554079a64af8fe6d22923748b7b140b43809ad87d1877b +SIZE (timeless-1.0.tar.gz) = 352196 diff --git a/graphics/timeless/pkg-descr b/graphics/timeless/pkg-descr new file mode 100644 index 000000000000..8b79f6a5ae61 --- /dev/null +++ b/graphics/timeless/pkg-descr @@ -0,0 +1,7 @@ +This is a FreeBSD/SDL port of Tran's timeless demo written in 1994. The demo +is like a screen saver, there is stuff warping around onscreen, colors are +changing and sprites are moving all over the place. The original conversion +from ASM to C for Linux/SDL was written by Dave Ashley. I enabled fullscreen +and added music to this version. Hope you like it! + +WWW: http://www.linuxmotors.com/timeless/ |