d2ae597740
Changes not found.
19 lines
536 B
Makefile
19 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/12/04 07:26:55 wiz Exp $
|
|
|
|
DISTNAME= cairo-1.15.3
|
|
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"
|