pkgsrc/graphics/potrace/Makefile
wiz 96f2c87b4e Updated potrace to 1.14.
February 19, 2017: Release 1.14

 This release consists of bugfixes and minor portability improvements.
 A number of bugs triggered by malformed BMP files have been fixed,
 including CVE-2016-8685 and CVE-2016-8686. Error reporting has been
 improved. The image size is now truncated when the bitmap data ends
 prematurely. It is now possible to use negative dy in bitmap
 data. Portability has been improved to encompass C++11. The default
 compiler is now clang if available. Thanks to Nelson Beebe and Martin
 Gieseking for reporting portability issues, and to Agostino Sarubbo
 for reporting bugs.
2017-02-27 12:30:47 +00:00

18 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/02/27 12:30:47 wiz Exp $
DISTNAME= potrace-1.14
CATEGORIES= graphics
MASTER_SITES= http://potrace.sourceforge.net/download/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=potrace/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://potrace.sourceforge.net/
COMMENT= Utility for transforming bitmaps into vector graphics
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libpotrace
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"