freebsd-ports/math/hexcalc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

23 lines
449 B
Makefile

# New ports collection makefile for: hexcalc
# Date created: 5 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= hexcalc
PORTVERSION= 1.11
PORTREVISION= 1
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
MAN1= hexcalc.1
PLIST_FILES= bin/hexcalc
.include <bsd.port.mk>