mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Support X11BASE properly
- Update WWW: line PR: 53104 Submitted by: Ports Fury
This commit is contained in:
parent
9d31139e16
commit
f1e2376231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82706
@ -14,17 +14,15 @@ MASTER_SITES= http://floatator.cichon.com/download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An interactive fluid dynamics simulation
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_XLIB= yes
|
||||
USE_MOTIF= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
|
||||
USE_MOTIF= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
|
||||
X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib"
|
||||
|
||||
do-install:
|
||||
.for f in floatator floatator_X_interface
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Floatator is an interactive fluid dynamics simulation. The simulation and
|
||||
the visualisation are 2D.
|
||||
Floatator is an interactive fluid dynamics simulation. The simulation
|
||||
and the visualisation are 2D.
|
||||
|
||||
WWW: http://www.cichon.com/floatator/
|
||||
WWW: http://floatator.cichon.com/
|
||||
|
Loading…
Reference in New Issue
Block a user