forked from Lainports/freebsd-ports
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# New ports collection makefile for: rubygem-ruby-sdl-ffi
|
|
# Date created: 28 April 2010
|
|
# Whom: Christoph Kick
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ruby-sdl-ffi
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kick.christoph@googlemail.com
|
|
COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI
|
|
|
|
RUN_DEPENDS= rubygem-nice-ffi>=0.3:${PORTSDIR}/devel/rubygem-nice-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|