aboutsummaryrefslogtreecommitdiffstats
path: root/math/calc/Makefile
blob: 60ae02f686b6cd5d139666d8bca36540adbe15a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    calc
# Date created:         3 October 1994
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=   calc
PORTVERSION=    2.12.1.8
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= jmz@FreeBSD.org
COMMENT=    Arbitrary precision calculator

MAN1=       calc.1

.include <bsd.port.mk>