mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vte
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for VTE
|
|
|
|
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
|
|
|
|
USE_GNOME= vte
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|