blob: c15d913a41806c44916c5b1648d8bc8d66624e3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: calc
# Version required: 2.9.3t6
# Date created: 3 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.3 1995/04/11 01:18:47 asami Exp $
#
DISTNAME= calc-2.9.3t6
PKGNAME= calc-2.9.3
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/
MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/lib/calc/help
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>
|