mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# New ports collection makefile for: calc
|
|
# Date created: 3 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= calc
|
|
PORTVERSION= 2.11.1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://reality.sgi.com/users/chongo/src/calc/ \
|
|
ftp://ftp.uu.net/pub/calc/ \
|
|
http://reality.sgi.com/chongo/src/calc/
|
|
DISTNAME= calc-2.11.1t3.0
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
MAN1= calc.1
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/lib/calc/help
|
|
|
|
.include <bsd.port.mk>
|