freebsd-ports/games/ruby-exmars/Makefile
Dejan Lesjak b5d9a988e5 Ruby interface to the exMARS Memory Array Redcode Simulator
Actually exMARS is a redcode simulator, just like exhaust and pMARS. In fact,
I have shamelessly taken sourcecode from pMARS, exhaust, some ideas from
qMars, a shot of optimizations, shook everything well, and garnished
everything with a high level interface for Ruby.

PR:		ports/83920
Submitted by:	Alejandro Pulver (alejandro at varnet.biz)
2005-07-25 02:11:13 +00:00

24 lines
571 B
Makefile

# New ports collection makefile for: ruby-exmars
# Date created: 22 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= exmars
PORTVERSION= 0.01
CATEGORIES= games ruby
MASTER_SITES= http://martinus.geekisp.com/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alejandro@varnet.biz
COMMENT= Ruby interface to the exMARS Memory Array Redcode Simulator
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
post-install:
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/Mars.rb
.include <bsd.port.mk>