diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-07 23:34:48 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-07 23:34:48 +0000 |
commit | 62f705581f6e03cef4ed0b28e92deb7d155a84ce (patch) | |
tree | 4dc7d5d9edd1bade183ceefb0dcb115a006edc5e /math/pari-galdata/Makefile | |
parent | c1771cd9b2c492ef48fa0806c08968ca3c3a7808 (diff) | |
download | pkgsrc-62f705581f6e03cef4ed0b28e92deb7d155a84ce.tar.gz |
Initial import of pari-galdata.
Galois group data for the Pari computer-aided number theory.
Diffstat (limited to 'math/pari-galdata/Makefile')
-rw-r--r-- | math/pari-galdata/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/math/pari-galdata/Makefile b/math/pari-galdata/Makefile new file mode 100644 index 00000000000..bf23ec66aaa --- /dev/null +++ b/math/pari-galdata/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/07 23:34:48 jtb Exp $ + +DISTNAME= galdata +PKGNAME= pari-galdata-2.1 +WRKSRC= ${WRKDIR} +CATEGORIES= math +MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari/ \ + http://www.gn-50uma.de/ftp/pari/ + +MAINTAINER= tech-pkg@netbsd.org +HOMEPAGE= http://www.parigp-home.de +COMMENT= Galois group data for pari + +DEPENDS+= pari-[0-9]*:../../math/pari + +DIST_SUBDIR= pari-2.1 + +NO_BUILD= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/[CR]* ${PREFIX}/share/pari/galdata + +.include "../../mk/bsd.pkg.mk" |