1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: calc
|
|
|
|
# Version required: 2.9.3t6
|
|
|
|
# Date created: 3 October 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1995-04-28 13:35:40 +00:00
|
|
|
# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
|
|
|
|
1994-10-03 23:33:16 +00:00
|
|
|
DISTNAME= calc-2.9.3t6
|
1995-04-11 01:19:12 +00:00
|
|
|
PKGNAME= calc-2.9.3
|
1994-10-03 23:33:16 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/
|
1995-04-16 23:19:07 +00:00
|
|
|
|
1995-04-11 02:02:17 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
1994-10-03 23:33:16 +00:00
|
|
|
|
1995-04-28 13:35:40 +00:00
|
|
|
CATEGORIES+= math
|
|
|
|
|
1994-10-03 23:33:16 +00:00
|
|
|
pre-install:
|
1994-10-05 22:34:48 +00:00
|
|
|
@mkdir -p ${PREFIX}/lib/calc/help
|
|
|
|
@mkdir -p ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|