mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 7 additions and 9 deletions
|
@ -14,17 +14,15 @@ MASTER_SITES= http://floatator.cichon.com/download/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= An interactive fluid dynamics simulation
|
COMMENT= An interactive fluid dynamics simulation
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
USE_XLIB= yes
|
|
||||||
USE_MOTIF= yes
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
post-patch:
|
USE_MOTIF= yes
|
||||||
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
|
||||||
|
X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib"
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for f in floatator floatator_X_interface
|
.for f in floatator floatator_X_interface
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Floatator is an interactive fluid dynamics simulation. The simulation and
|
Floatator is an interactive fluid dynamics simulation. The simulation
|
||||||
the visualisation are 2D.
|
and the visualisation are 2D.
|
||||||
|
|
||||||
WWW: http://www.cichon.com/floatator/
|
WWW: http://floatator.cichon.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue