aboutsummaryrefslogtreecommitdiffstats
path: root/math/mprime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mprime/Makefile')
-rw-r--r--math/mprime/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/math/mprime/Makefile b/math/mprime/Makefile
deleted file mode 100644
index 3b9fabebb614..000000000000
--- a/math/mprime/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mprime
-PORTVERSION= 0.0.${SOURCE_VERSION}
-CATEGORIES= math benchmarks net
-MASTER_SITES= ftp://mersenne.org/gimps/
-DISTNAME= sprime${PORTVERSION:S/^0.0.//:S/.//}-freebsd
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= mersenne.org distributed Great Internet Mersenne Prime Search
-
-ONLY_FOR_ARCHS= i386
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-SUB_FILES= pkg-message wrapper.sh
-
-# source code version
-SOURCE_VERSION= 24.14
-
-NO_STAGE= yes
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mprime ${PREFIX}/bin/mprime-real
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mprime
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
- @${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}${PKGNAMESUFFIX}
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${CAT} ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.mk>