freebsd-ports/science/rubygem-ruby-dcl/Makefile
Mark Linimon 9d8de19218 Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.

libunwind is only available for x86; lang/ruby* already expresses this
correctly.  Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.

Tested for no-harm on amd64.

While here, pet portlint where appropriate.

Approved by:	portmgr (tier-2 blanket)
2019-01-24 05:09:48 +00:00

27 lines
726 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
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_XORG= ice sm x11
USE_RUBY= yes
.include <bsd.port.mk>