summaryrefslogtreecommitdiff
path: root/math/calc/Makefile
blob: 5d21eb261932c22fd9c1bab03790a60e47fccfa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>