1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/hexcalc/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
433 B
Makefile

# 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
COMMENT= A multi-radix calculator for x11
USE_IMAKE= yes
MAN1= hexcalc.1
PLIST_FILES= bin/hexcalc
.include <bsd.port.mk>