306a08698b
libspectre 0.2.2 (25 November 2008) =================================== This is another bugfix only release in the libspectre's 0.2 series. A problem when rendering some documents where the page size is different from the Bounding Box has been fixed (Bug #18239) Parser is now locale-independent when parsing float numbers (Bug #18685) The display format has been fixed to match cairo/pixman. Thanks to Chris Wilson (Bug #18266)
19 lines
493 B
Makefile
19 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/01/07 11:54:56 wiz Exp $
|
|
|
|
DISTNAME= libspectre-0.2.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://libspectre.freedesktop.org/wiki/
|
|
COMMENT= Small library for rendering Postscript documents
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
|
|
|
.include "../../print/ghostscript/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|