diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 16:05:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 16:05:42 +0000 |
commit | d181ec99d9a9204606039968357104f3e5a335b4 (patch) | |
tree | c5a8706815e26ba32c820f4afecdbcbba2cd711d /misc/floatator | |
parent | d0383dff3fe32235b0436de22cf61700185401d5 (diff) | |
download | ports-d181ec99d9a9204606039968357104f3e5a335b4.tar.gz ports-d181ec99d9a9204606039968357104f3e5a335b4.zip |
Notes
Diffstat (limited to 'misc/floatator')
-rw-r--r-- | misc/floatator/Makefile | 27 | ||||
-rw-r--r-- | misc/floatator/distinfo | 1 | ||||
-rw-r--r-- | misc/floatator/pkg-comment | 1 | ||||
-rw-r--r-- | misc/floatator/pkg-descr | 4 | ||||
-rw-r--r-- | misc/floatator/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile new file mode 100644 index 000000000000..b4234562ea6d --- /dev/null +++ b/misc/floatator/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: floatator +# Date created: Jun 1, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= floatator +PORTVERSION= 0.2.1 +CATEGORIES= misc +MASTER_SITES= http://www.cichon.com/floatator/download/ + +MAINTAINER= ports@FreeBSD.org + +USE_XLIB= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: +.for f in floatator floatator_X_interface + ${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin +.endfor + +.include <bsd.port.mk> diff --git a/misc/floatator/distinfo b/misc/floatator/distinfo new file mode 100644 index 000000000000..ae993bc84b88 --- /dev/null +++ b/misc/floatator/distinfo @@ -0,0 +1 @@ +MD5 (floatator-0.2.1.tar.gz) = fca0a3162b4532183683e1ef5973f43e diff --git a/misc/floatator/pkg-comment b/misc/floatator/pkg-comment new file mode 100644 index 000000000000..04bd1b7a50c5 --- /dev/null +++ b/misc/floatator/pkg-comment @@ -0,0 +1 @@ +An interactive fluid dynamics simulation diff --git a/misc/floatator/pkg-descr b/misc/floatator/pkg-descr new file mode 100644 index 000000000000..272d1b594e02 --- /dev/null +++ b/misc/floatator/pkg-descr @@ -0,0 +1,4 @@ +Floatator is an interactive fluid dynamics simulation. The simulation and +the visualisation are 2D. + +WWW: http://www.cichon.com/floatator/ diff --git a/misc/floatator/pkg-plist b/misc/floatator/pkg-plist new file mode 100644 index 000000000000..6d981ba3a0ce --- /dev/null +++ b/misc/floatator/pkg-plist @@ -0,0 +1,2 @@ +bin/floatator +bin/floatator_X_interface |