mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
29 lines
575 B
Makefile
29 lines
575 B
Makefile
# Created by: eserte
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eval
|
|
PORTVERSION= 113
|
|
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
|
|
|
|
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>
|