diff options
Diffstat (limited to 'math/hexcalc/Makefile')
-rw-r--r-- | math/hexcalc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile new file mode 100644 index 000000000000..17abf785ce4c --- /dev/null +++ b/math/hexcalc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: hexcalc +# Version required: ? +# Date created: 5 December 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= hexcalc +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ + +.include <bsd.port.mk> |