159cdf5406
1.5-12 o use pkg-config --static --libs when needed o adapt to API changes in R 4.0.0, also improves symbol placement in recent R versions 1.5-11 (2020-02-26) o fixed missing PROTECT() (thanks to Tomáš Kalibera) o minor changes to remove R CMD check warnings
18 lines
463 B
Makefile
18 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/09/20 03:35:09 mef Exp $
|
|
|
|
R_PKGNAME= Cairo
|
|
R_PKGVER= 1.5-12.2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= R graphics device using cairo graphics library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
TEST_DEPENDS+= R-png-[0-9]*:../../graphics/R-png
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|