pkgsrc/textproc/aha/Makefile
mef 50acf82f3c Updated textproc/aha 0.4.9 to 0.4.10.6
--------------------------------------
Version 0.4.10.6 (recent):
- Fixed MANDIR according to the GNU Coding standards, the man file is now installed to $(PREFIX)/share/man instead of $(PREFIX)/man (thanks to Eddie Antonio Santos)

Version 0.4.10.5 (recent):
- Fixed reset of blinking text

Version 0.4.10.4:
- Fixed reset of bold text (thanks to Eric Anderson)
- Improved handling of some rare, but not supported border cases like font changing

Version 0.4.10.3:
- Removed two unused variables (thanks to Anthony "Pi" Martinez)

Version 0.4.10.2:
- Improved README and added screenshot

Version 0.4.10.1:
- Fixed bug with "tput sgr0" (thanks to Hervé Renault)

Version 0.4.10:
- Fixed inverted colours (thanks to Norman Rasmussen)
- Changed contact email address in help and manpage
2017-05-23 10:56:16 +00:00

17 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/05/23 10:56:16 mef Exp $
DISTNAME= aha-0.4.10.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=theZiz/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/theZiz/aha/
COMMENT= Ansi HTML Adapter
# It's not specified what version of LGPL
LICENSE= mpl-1.1 OR gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_ENV+= MANMODE=${MANMODE}
MAKE_ENV+= BINMODE=${BINMODE}
.include "../../mk/bsd.pkg.mk"