summaryrefslogtreecommitdiff
path: root/math/pspp/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-10-26 18:54:42 +0000
committerfrueauf <frueauf>1998-10-26 18:54:42 +0000
commit0609144db3133f45bc8c89191a3a2ffe131b16bb (patch)
tree9c20a128f94bd77f108e5168adce102a9a838d6b /math/pspp/Makefile
parentc321b603b2b4073b8f81a93af6237ea73c2c89c9 (diff)
downloadpkgsrc-0609144db3133f45bc8c89191a3a2ffe131b16bb.tar.gz
Initial import of pspp-0.2.0, a program for statistical analysis of sampled
data, provided in pr 6361 by Rene Hexel with some refining by me.
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r--math/pspp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
new file mode 100644
index 00000000000..b91a2ba42e9
--- /dev/null
+++ b/math/pspp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/26 18:54:42 frueauf Exp $
+#
+
+DISTNAME= pspp-0.2.0
+CATEGORIES= math
+MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \
+ ftp://alpha.gnu.org/gnu/pspp/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/pspp/
+
+DEPENDS+= gettext-0.10:../../misc/gettext
+DEPENDS+= readline-2.2:../../devel/readline
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+
+GNU_CONFIGURE= yes
+USE_GTEXINFO= yes
+CONFIGURE_ENV= CPPFLAGS="-Dunix -I ${PREFIX}/include"
+
+.include "../../mk/bsd.pkg.mk"