mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ed1ba38a9f
to maintain all these ports I once committed (sometimes as a proxy).
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# 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.7 1996/11/18 11:32:18 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
|
|
|
|
.include <bsd.port.mk>
|