summaryrefslogtreecommitdiff
path: root/math/xldlas/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-10-03 20:37:01 +0000
committerfrueauf <frueauf>1998-10-03 20:37:01 +0000
commit696411f739bcfcf5a2f32eb112300ce4b31c8a90 (patch)
tree6a2df99a7b7a7e8ac7ec9c890517e8033481dbb9 /math/xldlas/Makefile
parenta2720fa1c260bf69c9ac5cff58a196b0df65f2d6 (diff)
downloadpkgsrc-696411f739bcfcf5a2f32eb112300ce4b31c8a90.tar.gz
Initial addition of xldlas-0.85, an XForms-based statistics package.
Closes pr 6236 by Rene Hexel.
Diffstat (limited to 'math/xldlas/Makefile')
-rw-r--r--math/xldlas/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
new file mode 100644
index 00000000000..ad9d406e8f0
--- /dev/null
+++ b/math/xldlas/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/03 20:37:01 frueauf Exp $
+# FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp
+#
+
+DISTNAME= xldlas-0.85
+CATEGORIES= math
+MASTER_SITES= http://a42.com/~thor/xldlas/ \
+ http://sunsite.math.klte.hu/mirrors/xldlas/ \
+ ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= X11/xapps/math
+EXTRACT_SUFX= -source.tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://a42.com/~thor/xldlas/
+
+DEPENDS+= xforms-0.88:../../x11/xforms
+
+WRKSRC= ${WRKDIR}/xldlas
+
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
+ ${MKDIR} ${PREFIX}/share/xldlas
+ ${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
+
+.include "../../mk/bsd.pkg.mk"