pkgsrc/math/ordCalc/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

40 lines
925 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:12 wiz Exp $
#
ORDCALCVER= 0.2
PKGNAME= ordCalc-${ORDCALCVER}
DISTNAME= ordCalc_${ORDCALCVER}
PKGREVISION= 6
CATEGORIES= math
MASTER_SITES= http://mtnmath.com/ord/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://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"