2010-05-24 23:54:40 +02:00
|
|
|
# New ports collection makefile for: rubygem-ruby-sdl-ffi
|
|
|
|
# Date created: 28 April 2010
|
|
|
|
# Whom: Christoph Kick
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ruby-sdl-ffi
|
2011-06-26 01:34:46 +02:00
|
|
|
PORTVERSION= 0.4
|
2010-05-24 23:54:40 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-27 20:01:27 +02:00
|
|
|
MASTER_SITES= RG
|
2010-05-24 23:54:40 +02:00
|
|
|
|
2011-06-15 12:13:04 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2010-05-24 23:54:40 +02:00
|
|
|
COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI
|
|
|
|
|
2010-09-23 20:55:23 +02:00
|
|
|
RUN_DEPENDS= rubygem-nice-ffi>=0.2:${PORTSDIR}/devel/rubygem-nice-ffi
|
2010-05-24 23:54:40 +02:00
|
|
|
|
2011-06-26 01:28:48 +02:00
|
|
|
RUBY_VER= 1.9
|
2010-05-24 23:54:40 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|