mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# 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>
|