1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/math/calc/Makefile
Bill Fumerola f12023a79e (1) Rearrange the MASTER_SITES, if the http service of a machine is down
it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES
to try and avoid trying the same broken site twice.

(2) Follow the bouncing checksum. The old one might need to be re-added.

(3) Respect CFLAGS properly.
1999-12-26 20:24:22 +00:00

24 lines
480 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/ \
ftp://ftp.uu.net/pub/calc/ \
http://reality.sgi.com/chongo/src/calc/
MAINTAINER= jmz@FreeBSD.org
MAN1= calc.1
pre-install:
@${MKDIR} ${PREFIX}/lib/calc/help
.include <bsd.port.mk>