blob: 57b31e8c078ae16a9465059e7645e9a165948a97 (
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
|
# New ports collection makefile for: hexcalc
# Date created: 5 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= hexcalc
PORTVERSION= 1.11
PORTREVISION= 2
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
COMMENT= A multi-radix calculator for x11
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt
MAN1= hexcalc.1
PLIST_FILES= bin/hexcalc
.include <bsd.port.mk>
|