summaryrefslogtreecommitdiff
path: root/math/hexcalc/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 01:19:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 01:19:12 +0000
commitdebcbc50324f3db76d7bcce506c92f8b93c64330 (patch)
treee09459dd0ba2d9aaf5db7312a4f1b26fd09f37aa /math/hexcalc/Makefile
parentAnd here comes the next round of Makefile updates, for games. Folks, (diff)
Some more Makefile updates, for the math ports.
Notes
Notes: svn path=/head/; revision=1326
Diffstat (limited to 'math/hexcalc/Makefile')
-rw-r--r--math/hexcalc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile
index 55b6ce5b0a0c..b6bfa29da209 100644
--- a/math/hexcalc/Makefile
+++ b/math/hexcalc/Makefile
@@ -1,14 +1,17 @@
# New ports collection makefile for: hexcalc
-# Version required: ?
+# Version required: 1.11 (taken from sccsid in hexcalc.c)
# Date created: 5 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.2 1995/02/11 13:50:05 asami Exp $
+# $Id: Makefile,v 1.3 1995/03/24 11:10:19 asami Exp $
#
DISTNAME= hexcalc
-USE_IMAKE= yes
+PKGNAME= hexcalc-1.11
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
+
MAINTAINER= asami@FreeBSD.ORG
+USE_IMAKE= yes
+
.include <bsd.port.mk>