1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/games/ruby-exmars/Makefile
Steve Wills e7abcc4e4e - Mark as broken with Ruby 1.9
Approved by:	portmgr
2011-07-04 17:46:12 +00:00

29 lines
661 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= ports@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.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>