mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f12023a79e
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.
24 lines
480 B
Makefile
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>
|