new port math/e

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9128 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2004-11-03 18:50:49 +00:00
parent b690791232
commit 23edd2a37a
+29
View File
@@ -0,0 +1,29 @@
# $Id: Portfile,v 1.1 2004/11/03 18:50:49 mww Exp $
PortSystem 1.0
name e
version 0.02718
categories math
platforms darwin
maintainers mww@opendarwin.org
description e is a command line expression evaluator.
long_description e is a command line expression evaluator. It was designed \
to be as small as possible, and quick to use.
homepage http://www.softnet.tuc.gr/~apdim/projects/e/
master_sites ${homepage}
checksums md5 04b0b7415dd26551a88c1c70ca7bf514
extract.post_args "| tar -xf - --exclude e"
use_configure no
build.target
destroot {
xinstall -m 755 -s ${worksrcpath}/e ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} EXAMPLES GPL GRAMMAR README \
${destroot}${prefix}/share/doc/${name}
}