d17f99f6a5
PR: ports/98257 Submitted by: Yen-Ming Lee <leeym@freebsd.org>
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# New ports collection makefile for: calc
|
|
# Date created: 3 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= calc
|
|
PORTVERSION= 2.11.11
|
|
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>
|