freebsd-ports/misc/floatator/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
674 B
Makefile

# ex:ts=8
# Ports collection makefile for: floatator
# Date created: Jun 1, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= floatator
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://floatator.cichon.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= An interactive fluid dynamics simulation
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_MOTIF= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib"
PLIST_FILES= bin/floatator bin/floatator_X_interface
do-install:
.for f in floatator floatator_X_interface
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>