mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20e8a317df
PR: 130460 Submitted by: Ports Fury
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# 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>
|