2e7f990e86
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@
12 lines
347 B
Makefile
12 lines
347 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/06/30 21:58:17 fcambus Exp $
|
|
|
|
BUILDLINK_TREE+= libansilove
|
|
|
|
.if !defined(LIBANSILOVE_BUILDLINK3_MK)
|
|
LIBANSILOVE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libansilove+= libansilove>=1.1.2
|
|
BUILDLINK_PKGSRCDIR.libansilove?= ../../graphics/libansilove
|
|
.endif # LIBANSILOVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libansilove
|