summaryrefslogtreecommitdiff
path: root/math/gp-lag/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-22 18:29:17 +0000
committercjep <cjep>2002-12-22 18:29:17 +0000
commit275164e5d4ce640f6cd2046445bb6155867e5a6c (patch)
treeab3a95cc6d7d0e08ca027c6826052971cc0703ae /math/gp-lag/Makefile
parent91ab11e7612fd02409c840d33774d3682a4e8d16 (diff)
downloadpkgsrc-275164e5d4ce640f6cd2046445bb6155867e5a6c.tar.gz
Initial import of the GAP package LAG 2.1 into the NetBSD packages
collection as math/lag. This GAP package contains a variety of functions for working with Lie algebras obtained from associative algebras by using the "bracket" operation ab-ba.
Diffstat (limited to 'math/gp-lag/Makefile')
-rw-r--r--math/gp-lag/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/math/gp-lag/Makefile b/math/gp-lag/Makefile
new file mode 100644
index 00000000000..a802b5dbce5
--- /dev/null
+++ b/math/gp-lag/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/22 18:29:17 cjep Exp $
+#
+
+DISTNAME= lag-2.1
+PKGNAME= gp-lag-2.1
+CATEGORIES= math
+MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
+EXTRACT_SUFX= .zoo
+
+MAINTAINER= cjep@netbsd.org
+HOMEPAGE= http://www.gap-system.org/Share/lag.html
+COMMENT= GAP Bracket Lie Algebra functions
+
+BUILD_DEPENDS+= zoo-[0-9]*:../../archivers/zoo
+
+EXTRACT_CMD= ${LOCALBASE}/bin/zoo -extract ${DOWNLOADED_DISTFILE}
+WRKSRC= ${WRKDIR}/lag
+
+NO_BUILD= YES
+USE_BUILDLINK2= YES
+GAP_PKG_NAME= lag
+
+do-install:
+ cd ${WRKDIR} && ${PAX} -rw ${GAP_PKG_NAME} ${GAP_PKG_ROOT}
+
+.include "../../math/gap/gap.package.mk"
+.include "../../mk/bsd.pkg.mk"