15 lines
482 B
Makefile
15 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/03/18 22:45:34 daprice Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${MASTER_SITE_R_CRAN:=contrib/Descriptions/R2HTML.html}
|
|
COMMENT= Includes HTML function and methods to write in an HTML output
|
|
|
|
R_PKGNAME= R2HTML
|
|
R_PKGVER= 1.53
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|