mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
29 lines
631 B
Makefile
29 lines
631 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
PORTNAME= libmatheval
|
|
PORTVERSION= 1.1.11
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel math
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Library to evaluate mathematical functions
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= flex>=2.5.39_1:textproc/flex
|
|
LIB_DEPENDS= libguile.so:lang/guile1
|
|
|
|
USES= libtool localbase makeinfo pathfix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LEXLIB=-lfl MAKEINFO="${MAKEINFO} --no-split"
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= libmatheval
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/doc/libmatheval.info
|
|
|
|
.include <bsd.port.mk>
|