pkgsrc/math/units/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

28 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:54 rillig Exp $
DISTNAME= units-2.01
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=units/}
MAINTAINER= cameron@patrick.wattle.id.au
HOMEPAGE= https://www.gnu.org/software/units/
COMMENT= GNU Units - a calculator capable of performing unit conversions
LICENSE= gnu-gpl-v3
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
INFO_FILES= yes
INSTALLATION_DIRS= gnu/bin
REPLACE_PYTHON= units_cur
post-install:
${LN} -sf ${PREFIX}/bin/gunits ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/units
.include "../../mk/readline.buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"