pkgsrc/graphics/ansilove/Makefile
kamil 01de61c72e Update ansilove to 3.0.4
pkgsrc changes:
 - reset maintainer to pkgsrc-users@NetBSD.org
 - set new license modified-bsd -> 2-clause-bsd

upstream changes:
- Relicensed under the BSD 2-Clause license
- Input file is now loaded in main, prior to calling format loaders
- Use stat to get input file size instead of custom file size function
- Remove now unused file size function
- Refactoring bits and columns argument value handling
2016-09-11 15:47:20 +00:00

15 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/09/11 15:47:20 kamil Exp $
DISTNAME= ansilove-3.0.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ansilove.org/
COMMENT= ANSI and ASCII art to PNG converter
LICENSE= 2-clause-bsd
USE_CMAKE= yes
.include "../../graphics/gd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"