diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-10 17:23:21 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-10 17:23:21 +0000 |
commit | a5dafea981866182d7afd3940f861167089ba467 (patch) | |
tree | 33f3347e98aeecb88c970661f9b189ef61083df2 /misc | |
parent | 54c6faf5b6c830d3aa7d822775371e94e2c02f6f (diff) | |
download | FreeBSD-ports-a5dafea981866182d7afd3940f861167089ba467.zip FreeBSD-ports-a5dafea981866182d7afd3940f861167089ba467.tar.gz |
- Support X11BASE properly
- Update WWW: line
PR: 53104
Submitted by: Ports Fury
Diffstat (limited to 'misc')
-rw-r--r-- | misc/floatator/Makefile | 10 | ||||
-rw-r--r-- | misc/floatator/pkg-descr | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index cbf196a..8b6f90e 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -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> diff --git a/misc/floatator/pkg-descr b/misc/floatator/pkg-descr index 272d1b5..59d52ca 100644 --- a/misc/floatator/pkg-descr +++ b/misc/floatator/pkg-descr @@ -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/ |