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