diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 17:23:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 17:23:21 +0000 |
commit | f1e2376231d0eb03dded2a6b3ef09ecd44d719d0 (patch) | |
tree | 2bbbfc585070644397fe33eb1a694e52f4c441f3 /misc | |
parent | 9d31139e16b3310678af1201add4a81a38b7a692 (diff) | |
download | ports-f1e2376231d0eb03dded2a6b3ef09ecd44d719d0.tar.gz ports-f1e2376231d0eb03dded2a6b3ef09ecd44d719d0.zip |
- Support X11BASE properly
- Update WWW: line
PR: 53104
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=82706
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 cbf196a44b1b..8b6f90e9bced 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 272d1b594e02..59d52cac82ef 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/ |