blob: de9d6db327c1cc068564dd8721d8703e6ad03ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:55 brook Exp $
R_PKGNAME= xtable
R_PKGVER= 1.8-4
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
COMMENT= Export tables to LaTeX or HTML
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|