mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
412 B
Makefile
20 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rsvg2
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for librsvg2
|
|
|
|
RUN_DEPENDS= rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
|
|
rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2
|
|
|
|
USE_GNOME= librsvg2
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|