Tweak games/blinken version 4.14.3
[dports.git] / games / exhaust-ma / Makefile
1 # Created by: Alejandro Pulver <alejandro@varnet.biz>
2 # $FreeBSD$
3
4 PORTNAME=       exhaust-ma
5 PORTVERSION=    1.9
6 CATEGORIES=     games
7 MASTER_SITES=   http://corewar.co.uk/ankerl/
8 DISTNAME=       ${PORTNAME}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Redcode simulator easy to embed into applications
12
13 USES=           gmake dos2unix zip
14
15 NO_WRKSUBDIR=   yes
16
17 PLIST_FILES=    bin/${PORTNAME}
18
19 do-install:
20         ${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
21
22 .include <bsd.port.mk>