pkgsrc/math/bc-gh/Makefile
gdt d4ee0b3dcf math/bc-gh: Update to 3.3.0
## 3.3.0

This is a production release that changes one behavior and fixes documentation
bugs.

The changed behavior is the treatment of `-e` and `-f` when given through
`BC_ENV_ARGS` or `DC_ENV_ARGS`. Now `bc` and `dc` do not exit when those options
(or their equivalents) are given through those environment variables. However,
`bc` and `dc` still exit when they or their equivalents are given on the
command-line.
2021-02-17 16:51:17 +00:00

26 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.11 2021/02/17 16:51:17 gdt Exp $
VERSION= 3.3.0
DISTNAME= bc-${VERSION}
PKGNAME= bc-gh-${VERSION}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=gavinhoward/}
GITHUB_PROJECT= bc
GITHUB_RELEASE= ${VERSION}
EXTRACT_SUFX= .tar.xz
MAINTAINER= yzena.tech@gmail.com
#MAINTAINER+= gdt@NetBSD.org
HOMEPAGE= https://github.com/gavinhoward/bc
COMMENT= Implementation of POSIX bc with GNU extensions
LICENSE= 2-clause-bsd
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
# -l means install all translations, not examining local locales
CONFIGURE_ARGS= -G -l
CONFIGURE_ENV= EXECSUFFIX="-gh" MANDIR="${PREFIX}/${PKGMANDIR}" NLSPATH="${PREFIX}/share/locale/%L/%N"
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"