diff options
Diffstat (limited to 'math/R-boot/Makefile')
-rw-r--r-- | math/R-boot/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/R-boot/Makefile b/math/R-boot/Makefile new file mode 100644 index 00000000000..c45097d10a8 --- /dev/null +++ b/math/R-boot/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:31:30 markd Exp $ + +R_PKGNAME= boot +R_PKGVER= 1.2-7 + +MAINTAINER= markd@netbsd.org +COMMENT= Bootstrap R (S-Plus) Functions (Canty) + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |