blob: 321c6ee7b637f623f1476af0473675fb1eaf6628 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: hexcalc
# Version required: 1.11 (taken from sccsid in hexcalc.c)
# Date created: 5 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.8 1997/12/25 22:29:42 asami Exp $
#
DISTNAME= hexcalc
PKGNAME= hexcalc-1.11
CATEGORIES= math
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
EXTRACT_SUFX= ..tar.Z
MAINTAINER= ports@FreeBSD.ORG
USE_IMAKE= yes
MAN1= hexcalc.1
.include <bsd.port.mk>
|