2005-10-10 23:03:20 +02:00
|
|
|
# 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
|
2008-01-15 23:25:13 +01:00
|
|
|
MASTER_SITES= http://corewar.co.uk/ankerl/
|
2005-10-10 23:03:20 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
|
2011-02-27 05:54:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-10 23:03:20 +02:00
|
|
|
COMMENT= Redcode simulator easy to embed into applications
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
USE_GMAKE= 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>
|