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

Exhaust-ma is exhaust with some of my optimizations. The interface is exactly
the same, but the sourcecode contains heavy optimations in the simulator core.

PR:		ports/83116
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-10 21:03:20 +00:00

35 lines
697 B
Makefile

# New ports collection makefile for: games/exhaust-ma
# Date created: 7 Aug 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= exhaust-ma
PORTVERSION= 1.9
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
DISTNAME= ${PORTNAME}
MAINTAINER= alejandro@varnet.biz
COMMENT= Redcode simulator easy to embed into applications
USE_ZIP= yes
USE_GMAKE= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|
||'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${PREFIX}/bin/${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>