diff options
Diffstat (limited to 'math/nyh-hoc/Makefile')
-rw-r--r-- | math/nyh-hoc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/nyh-hoc/Makefile b/math/nyh-hoc/Makefile new file mode 100644 index 000000000000..378dd568a9f7 --- /dev/null +++ b/math/nyh-hoc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hoc +# Date created: 14 August 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hoc +PORTVERSION= 9.1.2 +CATEGORIES= math +MASTER_SITES= http://nadav.harel.org.il/homepage/hoc/ CENKES +PKGNAMEPREFIX= nyh- +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= High Order Calculator + +GNU_CONFIGURE= yes +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> |