b3b1f0182d
Upstream changes (from NEWS): Release 1.16.5 (2020-02-03) Sutou Kouhei <kou@cozmixng.org> ============================================================ Improvements ------------ * Added Cairo::Context#raw_address for integration with other libraries. [GitHub#59][Reported by kojix2] Fixes ----- * Changed to use only ASCII for color name. [GitHub#57][Reported by spoolkitamura] * Fixed the number of arguments of the following methods: * Cairo::Surface#copy_page * Cairo::Surface#show_page Thanks ------ * spoolkitamura * kojix2
23 lines
714 B
Makefile
23 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/02/16 04:45:37 tsutsui Exp $
|
|
|
|
DISTNAME= cairo-1.16.5
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://rcairo.github.io/
|
|
COMMENT= Ruby bindings for cairo
|
|
LICENSE= ruby-license OR gnu-gpl-v2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-native-package-installer>=1.0.3:../../devel/ruby-native-package-installer
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config>=1.2.2:../../devel/ruby-pkg-config
|
|
|
|
#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"
|