summaryrefslogtreecommitdiff
path: root/math/ess/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-06-05 11:51:10 +0000
committermarkd <markd@pkgsrc.org>2003-06-05 11:51:10 +0000
commit63e60e41d82263a8a8335e95a2ae77aefd0a7364 (patch)
treeccf0edc8131649dd4a61d3c9e404eeb288ad269d /math/ess/Makefile
parent49a74aedd06d207502ace3e329b68bf8fd063f0f (diff)
downloadpkgsrc-63e60e41d82263a8a8335e95a2ae77aefd0a7364.tar.gz
Initial import of Emacs Speaks Statistics (ESS) version 5.1.24
Emacs Speaks Statistics (ESS) provides an intelligent, consistent interface between the user and the software. ESS interfaces with S-PLUS, R, SAS, BUGS and other statistical analysis packages under the Unix, Microsoft Windows, and Apple Mac OS operating systems. ESS is a package for the GNU Emacs and XEmacs text editors whose features ESS uses to streamline the creation and use of statistical software. ESS knows the syntax and grammar of statistical analysis packages and provides consistent display and editing features based on that knowledge. ESS assists in interactive and batch execution of statements written in these statistical analysis languages.
Diffstat (limited to 'math/ess/Makefile')
-rw-r--r--math/ess/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile
new file mode 100644
index 00000000000..bdb3dd076da
--- /dev/null
+++ b/math/ess/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 11:51:10 markd Exp $
+
+DISTNAME= ess-5.1.24
+CATEGORIES= math
+MASTER_SITES= http://software.biostat.washington.edu/ess/
+
+MAINTAINER= markd@netbsd.org
+HOMEPAGE= http://software.biostat.washington.edu/statsoft/ess/
+COMMENT= Emacs Speaks Statistics
+
+MAKEFLAGS+= EMACS=${EMACS_BIN}
+
+.if defined(USE_XEMACS)
+LISPDIR= ${EMACS_LISPPREFIX}
+INFODIR= ${EMACS_LISPPREFIX}/../info
+.else
+LISPDIR= ${EMACS_LISPPREFIX}
+INFODIR= info
+INFO_FILES+= ess.info
+.endif
+
+MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/ess
+PLIST_SUBST+= INFODIR=${INFODIR}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/ess
+ cd ${WRKSRC}/lisp && ${INSTALL_DATA} *.el* ${EMACS_LISPPREFIX}/ess
+ ${INSTALL_DATA} ${WRKSRC}/doc/ess.info* ${PREFIX}/${INFODIR}
+
+.include "../../mk/emacs.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"