1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

add floatator 0.2.1

An interactive fluid dynamics simulation
This commit is contained in:
Ying-Chieh Liao 2002-06-01 16:05:42 +00:00
parent d0383dff3f
commit d181ec99d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60430
6 changed files with 36 additions and 0 deletions

View File

@ -71,6 +71,7 @@
SUBDIR += figlet
SUBDIR += figlet-fonts
SUBDIR += findutils
SUBDIR += floatator
SUBDIR += flyway
SUBDIR += fortuneit
SUBDIR += freedialog

27
misc/floatator/Makefile Normal file
View File

@ -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>

1
misc/floatator/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (floatator-0.2.1.tar.gz) = fca0a3162b4532183683e1ef5973f43e

View File

@ -0,0 +1 @@
An interactive fluid dynamics simulation

4
misc/floatator/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Floatator is an interactive fluid dynamics simulation. The simulation and
the visualisation are 2D.
WWW: http://www.cichon.com/floatator/

2
misc/floatator/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/floatator
bin/floatator_X_interface