mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
92c3d81314
PR: ports/123571 Submitted by: leeym
23 lines
357 B
Makefile
23 lines
357 B
Makefile
# New ports collection makefile for: calc
|
|
# Date created: 3 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= calc
|
|
PORTVERSION= 2.12.3.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
COMMENT= Arbitrary precision calculator
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= calc.1
|
|
|
|
.include <bsd.port.mk>
|