Update games/stransball2 to version 1.5_10
[dports.git] / games / exhaust / Makefile
1 # Created by: Alejandro Pulver <alejandro@varnet.biz>
2 # $FreeBSD$
3
4 PORTNAME=       exhaust
5 PORTVERSION=    1.9.2
6 CATEGORIES=     games
7 MASTER_SITES=   http://corewar.co.uk/pihlaja/exhaust/
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Redcode simulator easy to embed into applications
11
12 PLIST_FILES=    bin/${PORTNAME}
13
14 do-install:
15         ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
16
17 .include <bsd.port.mk>