freebsd-ports/math/eval/Makefile

35 lines
793 B
Makefile
Raw Normal View History

# New ports collection makefile for: eval
# Date created: 24 Sep 1997
# Whom: eserte
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= eval
PORTVERSION= 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/
2000-04-14 09:20:58 +02:00
DISTNAME= Eval${PORTVERSION}
EXTRACT_SUFX= .lha
MAINTAINER= eserte@cs.tu-berlin.de
2003-02-21 13:51:06 +01:00
COMMENT= A full featured floating point expression evaluator
EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= | lha x -
PLIST_FILES= bin/Eval
WRKSRC= ${WRKDIR}/Eval/source
post-extract:
1999-08-28 03:58:05 +02:00
-${LN} -s Makefile.unx ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin
.include <bsd.port.mk>