summaryrefslogtreecommitdiff
path: root/graphics/libansilove/Makefile
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2019-06-30 21:58:17 +0000
committerfcambus <fcambus@pkgsrc.org>2019-06-30 21:58:17 +0000
commitc7ee63a5f49efdcee2f1fce4ddb1802204c9c602 (patch)
treeaede34edee664ecb6ade0a73cef8e955ad9bcc26 /graphics/libansilove/Makefile
parent62a27a440144198b0c9e0acbd050430a90bee107 (diff)
downloadpkgsrc-c7ee63a5f49efdcee2f1fce4ddb1802204c9c602.tar.gz
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@
Diffstat (limited to 'graphics/libansilove/Makefile')
-rw-r--r--graphics/libansilove/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/libansilove/Makefile b/graphics/libansilove/Makefile
new file mode 100644
index 00000000000..9b7ef630ce6
--- /dev/null
+++ b/graphics/libansilove/Makefile
@@ -0,0 +1,17 @@
+# $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"