-
Notifications
You must be signed in to change notification settings - Fork 160
/
Makefile
31 lines (24 loc) · 1.06 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.5 2024/01/22 23:35:47 mef Exp $
R_PKGNAME= rprojroot
R_PKGVER= 2.0.4
CATEGORIES= devel
MAINTAINER= [email protected]
COMMENT= Finding files in project subdirectories
LICENSE= gnu-gpl-v3
DEPENDS+= R-backports>=1.1.4:../../math/R-backports
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
TEST_DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"