1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/floatator/Makefile
Danilo Egea Gondolfo 8ad581b599 - Add stage support
2013-12-09 14:00:23 +00:00

28 lines
644 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}
PORTCOUT= 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>