summaryrefslogtreecommitdiff
path: root/math/hexcalc/Makefile
blob: 62385fc345a54c4b5dbaa1eb0309a22f6aa1f9f2 (plain) (blame)
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
# Date created:		5 December 1994
# Whom:			asami
#
# $FreeBSD$
#

PORTNAME=	hexcalc
PORTVERSION=	1.11
CATEGORIES=	math
MASTER_SITES=	ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	..tar.Z

MAINTAINER=	ports@FreeBSD.org

USE_IMAKE=	yes
MAN1=		hexcalc.1

.include <bsd.port.mk>