aboutsummaryrefslogtreecommitdiff
path: root/misc/floatator/Makefile
blob: 78cf108b5c13a11ebdc312fbcf0a905cdc586ad3 (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
31
# ex:ts=8
# Ports collection makefile for:	floatator
# Date created:			Jun 1, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	floatator
PORTVERSION=	0.2.1
CATEGORIES=	misc
MASTER_SITES=	http://www.cichon.com/floatator/download/

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	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

do-install:
.for f in floatator floatator_X_interface
	${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin
.endfor

.include <bsd.port.mk>