summaryrefslogtreecommitdiff
path: root/math/R-pixmap/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-04 08:17:24 +0000
committerrillig <rillig@pkgsrc.org>2005-11-04 08:17:24 +0000
commitb2c90beb9cdbb296fbab65698b13855ed156d74b (patch)
tree76031d4a7392de254b2289101d14ea319267cec4 /math/R-pixmap/Makefile
parent1993c2b500cf08f2d3470beb964861fd17adc349 (diff)
downloadpkgsrc-b2c90beb9cdbb296fbab65698b13855ed156d74b.tar.gz
Imported R-pixmap from pkgsrc-wip.
Functions for import, export, plotting and other manipulations of bitmapped images.
Diffstat (limited to 'math/R-pixmap/Makefile')
-rw-r--r--math/R-pixmap/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-pixmap/Makefile b/math/R-pixmap/Makefile
new file mode 100644
index 00000000000..1618938bc3c
--- /dev/null
+++ b/math/R-pixmap/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:17:24 rillig Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/pixmap.html
+COMMENT= Functions for manipulations of bitmaps with R
+
+R_PKGNAME= pixmap
+R_PKGVER= 0.4-1
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"