pkgsrc/math/ordCalc/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

40 lines
921 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:39 rillig Exp $
#
ORDCALCVER= 0.2
PKGNAME= ordCalc-${ORDCALCVER}
DISTNAME= ordCalc_${ORDCALCVER}
PKGREVISION= 7
CATEGORIES= math
MASTER_SITES= http://mtnmath.com/ord/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= is@NetBSD.org
HOMEPAGE= https://mtnmath.com/ord/
COMMENT= Ordinal arithmetic calculator and research tool
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
USE_TOOLS+= bash bison flex gmake
USE_LIBTOOL= yes
BUILD_TARGET= EXE
TEST_TARGET= TEST
DOCS= ${DESTDIR}${PREFIX}/share/doc/ordCalc
AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ord ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DOCS}
${INSTALL_DATA} ${WRKSRC}/ordCalc.pdf ${DOCS}
${INSTALL_DATA} ${WRKSRC}/ordinal.pdf ${DOCS}
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"