1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/science/rubygem-ruby-dcl/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

28 lines
737 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= ruby-dcl
PORTVERSION= 1.8.1
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Ruby interface to the scientific graphic library DCL
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray
LIB_DEPENDS= libcdcl.so:science/cdcl \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
RUN_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray \
rubygem-narray_miss>0:math/rubygem-narray_miss
USES= gem gettext-runtime gnome xorg
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_XORG= ice sm x11
USE_RUBY= yes
.include <bsd.port.mk>