10e8c76596
WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173382 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gdk_pixbuf2
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for GdkPixbuf2
|
|
|
|
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
|
|
|
USE_GNOME= gdkpixbuf2
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|