pkgsrc/graphics/libansilove/Makefile
fcambus 5e21d605c1 libansilove: update to 1.2.8.
libansilove 1.2.8 (2020-10-25)

- Add LibFuzzer-based fuzzers for each supported format
- Do not hardcode CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Only enable FORTIFY_SOURCE level 2 for release builds
- Add #ifdef __cplusplus extern "C" to allow calling library functions from C++
- Constify input and output arguments of ansilove_loadfile() and
  ansilove_savefile()
2020-10-27 23:05:01 +00:00

17 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/10/27 23:05:01 fcambus Exp $
DISTNAME= libansilove-1.2.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://www.ansilove.org/
COMMENT= Library for converting ANSI, ASCII, and other formats to PNG
LICENSE= 2-clause-bsd
USE_LANGUAGES= c99
USE_CMAKE= yes
.include "../../graphics/gd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"