summaryrefslogtreecommitdiff
path: root/misc/floatator/Makefile
blob: 0f3dcd77c2b2c86d87d2cedc5b8d0da6c9778514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>