diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-08 17:56:08 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-08 17:56:08 +0000 |
commit | 8fc8d79403e4a26b283fd2f0387187c2057281e4 (patch) | |
tree | b7ee0a6d5e0f2ceb44367735f725ad1e1c67777a /misc/explosions | |
parent | 8c7aec6892c73109d5a0f7ecb17fd1b175047a4c (diff) | |
download | FreeBSD-ports-8fc8d79403e4a26b283fd2f0387187c2057281e4.zip FreeBSD-ports-8fc8d79403e4a26b283fd2f0387187c2057281e4.tar.gz |
New port explosions version 0.2001.08.05: 3D objects flying around
resembling explosions with various effects.
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'misc/explosions')
-rw-r--r-- | misc/explosions/Makefile | 42 | ||||
-rw-r--r-- | misc/explosions/distinfo | 1 | ||||
-rw-r--r-- | misc/explosions/pkg-comment | 1 | ||||
-rw-r--r-- | misc/explosions/pkg-descr | 12 | ||||
-rw-r--r-- | misc/explosions/pkg-plist | 12 |
5 files changed, 68 insertions, 0 deletions
diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile new file mode 100644 index 0000000..8358118 --- /dev/null +++ b/misc/explosions/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: explosions +# Date created: 8 August 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= explosions +PORTVERSION= 0.2001.08.05 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/explosions/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} + +MAINTAINER= petef@databits.net + +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image + +USE_GMAKE= yes +USE_X_PREFIX= yes + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config + +post-patch: + @${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \ + s!sdl-config!${SDL_CONFIG}!' \ + ${WRKSRC}/Makefile + @${PERL} -pi -e 's!spark%d.png!${DATADIR}/spark%d.png!' \ + ${WRKSRC}/explosions.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/explosions ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/spark?.png ${DATADIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in BUGS.txt CHANGES.txt README.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/misc/explosions/distinfo b/misc/explosions/distinfo new file mode 100644 index 0000000..1029a40 --- /dev/null +++ b/misc/explosions/distinfo @@ -0,0 +1 @@ +MD5 (explosions-2001.08.05.tar.gz) = 420312f551a4c2a6dd0b88a06b7dcefa diff --git a/misc/explosions/pkg-comment b/misc/explosions/pkg-comment new file mode 100644 index 0000000..d1d9d06 --- /dev/null +++ b/misc/explosions/pkg-comment @@ -0,0 +1 @@ +3D objects flying around resembling explosions with various effects diff --git a/misc/explosions/pkg-descr b/misc/explosions/pkg-descr new file mode 100644 index 0000000..b83cbc8 --- /dev/null +++ b/misc/explosions/pkg-descr @@ -0,0 +1,12 @@ +This is a simplified 3D world with alpha-blended objects that look +kind of like fireworks or sparks. It also has a number of effects +built in, such as fading, blurring, fire ("heat"), and zooming. + +It serves no purpose except to look pretty. The source-code is also +well-documented, so someone might find it useful in learning SDL +routines. + +WWW: http://www.newbreedsoftware.com/explosions/ + +- Pete +petef@databits.net diff --git a/misc/explosions/pkg-plist b/misc/explosions/pkg-plist new file mode 100644 index 0000000..eab4264 --- /dev/null +++ b/misc/explosions/pkg-plist @@ -0,0 +1,12 @@ +bin/explosions +share/doc/explosions/BUGS.txt +share/doc/explosions/CHANGES.txt +share/doc/explosions/README.txt +share/explosions/spark1.png +share/explosions/spark2.png +share/explosions/spark3.png +share/explosions/spark4.png +share/explosions/spark5.png +share/explosions/spark6.png +share/explosions/spark7.png +@dirrm share/explosions |