diff options
Diffstat (limited to 'math/R-mapproj/Makefile')
-rw-r--r-- | math/R-mapproj/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-mapproj/Makefile b/math/R-mapproj/Makefile new file mode 100644 index 00000000000..b1df0bc40d0 --- /dev/null +++ b/math/R-mapproj/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:16:02 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/mapproj.html +COMMENT= Converts latitude/longitude into projected coordinates + +R_PKGNAME= mapproj +R_PKGVER= 1.1-6 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |