Files
ports/devel/libmatheval/Makefile
Andrew "RhodiumToad" Gierth 7edcfaeb07 */*: adapt to new guile framework
- change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
2023-07-31 01:59:04 +03:00

30 lines
633 B
Makefile

PORTNAME= libmatheval
PORTVERSION= 1.1.11
PORTREVISION= 5
CATEGORIES= devel math
MASTER_SITES= GNU
MAINTAINER= demon@FreeBSD.org
COMMENT= Library to evaluate mathematical functions
WWW= https://www.gnu.org/software/libmatheval/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= flex>=2.5.39_1:textproc/flex
USES= guile:1.8 libtool localbase makeinfo \
pathfix
GNU_CONFIGURE= yes
CONFIGURE_ENV= LEXLIB=-lfl MAKEINFO="${MAKEINFO} --no-split" \
ac_cv_type_scm_t_bits=yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
INFO= libmatheval
post-patch:
${RM} ${WRKSRC}/doc/libmatheval.info
.include <bsd.port.mk>