15 lines
444 B
Makefile
15 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 18:17:42 daprice Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${MASTER_SITE_R_CRAN:=contrib/Descriptions/abind.html}
|
|
COMMENT= Combine multi-dimensional arrays
|
|
|
|
R_PKGNAME= abind
|
|
R_PKGVER= 1.1-0
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|