mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
30 lines
600 B
Makefile
30 lines
600 B
Makefile
# Created by: eserte
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eval
|
|
PORTVERSION= 113
|
|
PORTREVISION= 1
|
|
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>
|