summaryrefslogtreecommitdiff
path: root/math/nyh-hoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/nyh-hoc/Makefile')
-rw-r--r--math/nyh-hoc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/math/nyh-hoc/Makefile b/math/nyh-hoc/Makefile
deleted file mode 100644
index 10b593371b3f..000000000000
--- a/math/nyh-hoc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= hoc
-PORTVERSION= 9.2
-CATEGORIES= math
-MASTER_SITES= http://nadav.harel.org.il/homepage/hoc/
-PKGNAMEPREFIX= nyh-
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= High Order Calculator
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-MAKE_JOBS_UNSAFE= yes
-
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hoc ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>