diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-12 03:46:31 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-12 03:46:31 +0000 |
commit | a0f8cf9ad2111fbffa815edc2a80f35ecf96e71d (patch) | |
tree | 9babd6ce8149b84d8af26371980bc5a8744e64f0 /math/calctool/Makefile | |
parent | 3954167a270a22cc428d3bd78d0753cbe07ad2bc (diff) | |
download | ports-a0f8cf9ad2111fbffa815edc2a80f35ecf96e71d.tar.gz ports-a0f8cf9ad2111fbffa815edc2a80f35ecf96e71d.zip |
Notes
Diffstat (limited to 'math/calctool/Makefile')
-rw-r--r-- | math/calctool/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile new file mode 100644 index 000000000000..121ba33cdbff --- /dev/null +++ b/math/calctool/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: calctool-2.4pl13 +# Version required: 1.14.5 +# Date created: 2 Dec 1996 +# Whom: nsayer@quack.kfu.com +# +# $Id$ +# + +DISTNAME= calctool-2.4pl13 +PKGNAME= calctool-2.4.13 +CATEGORIES= math +MASTER_SITES= ftp://ftp.kfu.com/pub/ + +MAINTAINER= nsayer@quack.kfu.com +USE_X11= yes +MAN1= calctool.1 + +.include <bsd.port.mk> |