blob: e8d15088ae8f0039efef8fc2038293fdf4804c20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: hoc
# Date created: 14 August 2007
# Whom: 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
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|