mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bec737f667
PR: ports/87084 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
26 lines
581 B
Makefile
26 lines
581 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= pav
|
|
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>
|