mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
0f92912af4
- Convert few ports to USE_LHA [1] - Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2] PR: 176187 [1] 174790 [2] Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1] Gerald Pfeifer <gerald@pfeifer.com> [2]
33 lines
664 B
Makefile
33 lines
664 B
Makefile
# New ports collection makefile for: eval
|
|
# Date created: 24 Sep 1997
|
|
# Whom: 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= A full featured floating point expression evaluator
|
|
|
|
USE_LHA= yes
|
|
|
|
PLIST_FILES= bin/Eval
|
|
|
|
WRKSRC= ${WRKDIR}/Eval/source
|
|
|
|
post-extract:
|
|
-${LN} -s Makefile.unx ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|