blob: 8922ae01f086e2e05e5323f88c497f622a5cba77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.19 2013/03/16 22:35:46 dholland Exp $
DISTNAME= libspectre-0.2.7
PKGREVISION= 4
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
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libspectre.pc.in
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|