diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:25:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:25:11 +0000 |
commit | 50db84abd37e97f7cbbfbed00f9ab3f3240ee0e3 (patch) | |
tree | 90e6070b2a800afe8f93647724540a734eb5abef /math/eval/Makefile | |
parent | portlint. (diff) |
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'math/eval/Makefile')
-rw-r--r-- | math/eval/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile new file mode 100644 index 000000000000..9837567373fb --- /dev/null +++ b/math/eval/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: eval +# Version required: 113 +# Date created: 24 Sep 1997 +# Whom: eserte +# +# $Id$ +# + +DISTNAME= Eval113 +PKGNAME= eval-113 +CATEGORIES= math +MASTER_SITES= ftp://ftp.doc.ic.ac.uk/Mirrors/wuarchive.wustl.edu/pub/aminet/util/cli/ \ + ftp://ftp.uni-paderborn.de/ftp/aminet/pub/util/cli/ \ + ftp://ftp.demon.net/pub/mirrors/aminet/util/cli/ +EXTRACT_SUFX= .lha + +MAINTAINER= eserte@cs.tu-berlin.de + +BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha + +EXTRACT_CMD= lha + +WRKSRC= ${WRKDIR}/Eval/source + +post-extract: + -ln -s Makefile.unx ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin + +.include <bsd.port.mk> |