pkgsrc/graphics/libansilove/Makefile
fcambus 2e7f990e86 graphics/libansilove: import libansilove-1.1.2.
Library for converting ANSI, ASCII, and other formats to PNG, allowing
to render ANSI and artscene-related file formats into PNG images, and
supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF),
iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats.

It creates size optimized 4-bit PNG files and supports SAUCE (Standard
Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.

OK kamil@
2019-06-30 21:58:17 +00:00

17 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/06/30 21:58:17 fcambus Exp $
DISTNAME= libansilove-1.1.2
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"