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:
parent
d0383dff3f
commit
d181ec99d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60430
@ -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
27
misc/floatator/Makefile
Normal 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
1
misc/floatator/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (floatator-0.2.1.tar.gz) = fca0a3162b4532183683e1ef5973f43e
|
1
misc/floatator/pkg-comment
Normal file
1
misc/floatator/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An interactive fluid dynamics simulation
|
4
misc/floatator/pkg-descr
Normal file
4
misc/floatator/pkg-descr
Normal 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
2
misc/floatator/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/floatator
|
||||
bin/floatator_X_interface
|
Loading…
Reference in New Issue
Block a user