diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-13 20:20:40 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-13 20:20:40 +0000 |
commit | ba4fc9043e60962ae26d38f96668248e360c8c0e (patch) | |
tree | 86c11a34df37657986c8fd401a3b6679eae23546 /math/nyh-hoc/Makefile | |
parent | bd3da77ed8237333743cefdb729daa55843c5331 (diff) |
Notes
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> |