freebsd-ports/math/eval/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

30 lines
600 B
Makefile

# Created by: eserte
# $FreeBSD$
PORTNAME= eval
PORTVERSION= 113
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://wuarchive.wustl.edu/pub/aminet/util/cli/ \
http://www.netsw.org/math/calc/ \
http://main.aminet.net/util/cli/
DISTNAME= Eval${PORTVERSION}
EXTRACT_SUFX= .lha
MAINTAINER= slaven@rezic.de
COMMENT= Full featured floating point expression evaluator
USES= lha readline
PLIST_FILES= bin/Eval
WRKSRC= ${WRKDIR}/Eval/source
post-extract:
-${LN} -s Makefile.unx ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Eval ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>