1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/math/eval/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>