b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
26 lines
771 B
Makefile
26 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/18 23:32:51 rillig Exp $
|
|
|
|
DISTNAME= libmatheval-1.1.11
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/libmatheval/
|
|
COMMENT= Library for evaluating mathematical expressions
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= flex
|
|
PTHREAD_OPTS+= require
|
|
INFO_FILES= yes
|
|
PKGCONFIG_OVERRIDE= libmatheval.pc.in
|
|
TEST_TARGET= check
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_lex="none needed"
|
|
|
|
# guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available"
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|