18 lines
404 B
Makefile
18 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= goocanvas
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby/GooCanvas is a Ruby binding of GooCanvas
|
|
|
|
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
|
|
LIB_DEPENDS= goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|