1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/math/calc/Makefile
1999-12-25 17:59:13 +00:00

24 lines
479 B
Makefile

# New ports collection makefile for: calc
# Version required: 2.9.3t6
# Date created: 3 October 1994
# Whom: jmz
#
# $FreeBSD$
#
DISTNAME= calc-2.11.1t3.0
PKGNAME= calc-2.11.1
CATEGORIES= math
MASTER_SITES= ftp://reality.sgi.com/users/chongo/src/calc/ \
http://reality.sgi.com/chongo/src/calc/ \
ftp://ftp.uu.net/pub/calc/
MAINTAINER= jmz@FreeBSD.org
MAN1= calc.1
pre-install:
@${MKDIR} ${PREFIX}/lib/calc/help
.include <bsd.port.mk>