freebsd-ports/games/exhaust/Makefile
Pav Lucistnik 65573932bb The `exhaust' project is a redcode simulator that is (hopefully) easy to embed
into your applications, as an alternative to pMARS.

PR:		ports/83115
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-03 17:03:04 +00:00

29 lines
566 B
Makefile

# New ports collection makefile for: games/exhaust
# Date created: 7 Aug 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= exhaust
PORTVERSION= 1.9.2
CATEGORIES= games
MASTER_SITES= http://www.cs.helsinki.fi/u/jpihlaja/exhaust/
MAINTAINER= alejandro@varnet.biz
COMMENT= Redcode simulator easy to embed into applications
USE_REINPLACE= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>