aboutsummaryrefslogtreecommitdiff
path: root/math/mprime/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /math/mprime/Makefile
parented087d4a054a21cc8ed53e4878392ce7aa857b54 (diff)
downloadports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.tar.gz
ports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.zip
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
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>