pkgsrc/print/libspectre/Makefile
wiz ca763451e4 Updated libspectre to 0.2.8.
libspectre 0.2.8 (01 July 2016)
===============================

This is another bugfix only release in the libspectre's 0.2 series.

Marek fixed the document rotation with newer versions of Ghostscript (Bug #76450)

Build was also broken with Ghostscript >= 9.18 and has been fixed.

Fixed a compile warning due to a comparison of integers of different
signs reported by Daniel Macks when building on OS X (Bug #56476)

Makefiles were updated to properly use CPPFLAGS instead of CFLAGS as
suggested by Daniel Macks (Bug #56481)
2017-02-27 09:58:12 +00:00

18 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.27 2017/02/27 09:58:12 wiz Exp $
DISTNAME= libspectre-0.2.8
CATEGORIES= print
MASTER_SITES= http://libspectre.freedesktop.org/releases/
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/wiki/Software/libspectre/
COMMENT= Small library for rendering Postscript documents
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libspectre.pc.in
.include "../../print/ghostscript/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"