blob: e20d31e795c28377babe351efcd3946fdc62df28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.44 2020/05/19 19:01:57 wiz Exp $
DISTNAME= libspectre-0.2.9
CATEGORIES= print
MASTER_SITES= https://libspectre.freedesktop.org/releases/
MAINTAINER= markd@NetBSD.org
HOMEPAGE= https://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
BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.24
.include "../../print/ghostscript-agpl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|