18 lines
444 B
Makefile
18 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/08/17 20:18:54 leot Exp $
|
|
|
|
R_PKGNAME= Cairo
|
|
R_PKGVER= 1.5-10
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= R graphics device using cairo graphics library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|