freebsd-ports/games/exhaust-ma/Makefile
2021-04-06 16:31:07 +02:00

21 lines
454 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
PORTNAME= exhaust-ma
PORTVERSION= 1.9
CATEGORIES= games
MASTER_SITES= http://corewar.co.uk/ankerl/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Redcode simulator easy to embed into applications
USES= gmake dos2unix zip
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>