Release 1.15.2 (2016-04-02) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported cairo 1.15.2. * Cairo::Win32Surface.new(hdc, format): Added. * Dropped Ruby 2.0 support. * Windows: Supported Ruby 2.3.
19 lines
537 B
Makefile
19 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/10/10 14:59:23 taca Exp $
|
|
|
|
DISTNAME= cairo-1.15.2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://rcairo.github.io/
|
|
COMMENT= Ruby bindings for cairo
|
|
LICENSE= ruby-license OR gnu-gpl-v2
|
|
|
|
#do-test:
|
|
# ${RUN} cd ${WRKSRC}; \
|
|
# ${SETENV} ${TEST_ENV} ${RUBY} test/run-test.rb
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|