freebsd-ports/games/ruby-exmars/Makefile
Alejandro Pulver a7bed004e9 - Use (more or less) "official" mirror instead of MASTER_SITE_LOCAL.
- Add (back) a WWW line to pkg-descr.
- Remove my old signature from pkg-descr.
2008-01-15 22:25:13 +00:00

24 lines
566 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://corewar.co.uk/ankerl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alepulver@FreeBSD.org
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>