46ac4a1097
February 19, 2013: Release 1.11 A GeoJSON backend was added; thanks to Christoph Hormann for contributing this. Support for bitfields in the BMP format was added. A minor change was made to the behavior of the alphamax parameter; a value of 0 now gives a true polygon.
17 lines
464 B
Makefile
17 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/03/15 23:21:39 wiz Exp $
|
|
|
|
DISTNAME= potrace-1.11
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://potrace.sourceforge.net/download/ \
|
|
${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
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|