summaryrefslogtreecommitdiff
path: root/math/gp-grape/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gp-grape/Makefile')
-rw-r--r--math/gp-grape/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile
deleted file mode 100644
index e7e9f5b51e7..00000000000
--- a/math/gp-grape/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2004/12/03 15:15:03 wiz Exp $
-#
-
-DISTNAME= grape4r1
-PKGNAME= gp-grape-4.1
-PKGREVISION= 1
-SVR4_PKGNAME= gpgra
-CATEGORIES= math
-MASTER_SITES= http://www.maths.qmul.ac.uk/~leonard/grape4r1/
-EXTRACT_SUFX= .zoo
-
-MAINTAINER= cjep@NetBSD.org
-HOMEPAGE= http://www.gap-system.org/Share/grape.html
-COMMENT= GRAPE (GRape Algorithms using PErmutation groups)
-
-BUILD_TARGET= bsd-gcc
-
-WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
-GAP_PKG_NAME= grape
-
-do-configure:
- cd ${WRKSRC} && ${SH} configure ${GAP_DIRECTORY}
-
-do-install:
- ${INSTALL_PROGRAM_DIR} ${GAP_PKG_DIRECTORY}
- @for I in COPYING bin doc grh htm init.g lib nauty20/read.me \
- prs; do \
- ${CP} -R ${WRKSRC}/$$I ${GAP_PKG_DIRECTORY}; \
- done
-
-.include "../../math/gap/gap.package.mk"
-.include "../../mk/bsd.pkg.mk"