blob: ce26cb57c3da2919a8554ee5f5aba8f35e3e549d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.mk>
|