diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
commit | 212bf07350a21c82c24ecf9532de5a2f981dea31 (patch) | |
tree | 2b7a5f0340a41c7792a2f4526bf73327f5852684 /math/hexcalc | |
parent | 42f37c3e86245df81e511902ece1702f86d77ab8 (diff) | |
download | FreeBSD-ports-212bf07350a21c82c24ecf9532de5a2f981dea31.zip FreeBSD-ports-212bf07350a21c82c24ecf9532de5a2f981dea31.tar.gz |
Some more Makefile updates, for the math ports.
Diffstat (limited to 'math/hexcalc')
-rw-r--r-- | math/hexcalc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index 55b6ce5..b6bfa29 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> |