blob: 422e0eea0e02cccc74b5810df4adad43fdb4471f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|