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

17 lines
386 B
Makefile

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