18 lines
378 B
Makefile
18 lines
378 B
Makefile
# Created by: Christoph Kick
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-sdl-ffi
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI
|
|
|
|
RUN_DEPENDS= rubygem-nice-ffi>=0.2:${PORTSDIR}/devel/rubygem-nice-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|