2013-07-22 15:22:32 +00:00
|
|
|
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
2005-10-03 17:03:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= exhaust
|
|
|
|
PORTVERSION= 1.9.2
|
|
|
|
CATEGORIES= games
|
2013-07-22 15:22:32 +00:00
|
|
|
MASTER_SITES= http://corewar.co.uk/pihlaja/exhaust/
|
2005-10-03 17:03:04 +00:00
|
|
|
|
2011-02-27 04:54:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-03 17:03:04 +00:00
|
|
|
COMMENT= Redcode simulator easy to embed into applications
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2013-11-01 13:20:18 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2005-10-03 17:03:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|