1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/floatator/Makefile
Dmitry Marakasov dc5f9e6a8e - Fix typo
2014-12-04 04:52:39 +00:00

28 lines
645 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= floatator
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://floatator.cichon.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive fluid dynamics simulation
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTSCOUT= skipv:0.9.1
USES= motif
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib"
PLIST_FILES= bin/floatator bin/floatator_X_interface
MAKE_JOBS_UNSAFE= yes
do-install:
.for f in floatator floatator_X_interface
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>