1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/calc/Makefile
Scott Mace 067c498e76 Fix calc so that it will build properly again.
changed distfile from calc-2.9.3t6.tar.gz to calc-2.9.3t6.tar
calc is fetched as an on-the-fly tarball from ftp.cdrom.com
gzipped on-the-fly tars are not supported.

removed trailing whitespace on several lines in PLIST

revised DESCR to <24 lines.
1998-06-04 17:13:57 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: calc
# Version required: 2.9.3t6
# Date created: 3 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.10 1997/08/25 00:09:35 asami Exp $
#
DISTNAME= calc-2.9.3t6
PKGNAME= calc-2.9.3
CATEGORIES= math
MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/
EXTRACT_SUFX= .tar
MAINTAINER= jmz@FreeBSD.org
EXTRACT_BEFORE_ARGS= -xf
MAN1= calc.1
IGNOREFILES= ${DISTFILES} # "on-the-fly" creation of tarball
pre-install:
@${MKDIR} ${PREFIX}/lib/calc/help
.include <bsd.port.mk>