Update print/foomatic-db to version 20161105
[dports.git] / print / libspectre / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3 #    $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
4
5 PORTNAME=       libspectre
6 PORTVERSION=    0.2.8
7 CATEGORIES=     print
8 MASTER_SITES=   http://libspectre.freedesktop.org/releases/
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Small library for rendering Postscript documents
12
13 LICENSE=        GPLv2
14
15 USES=           gmake libtool localbase pathfix pkgconfig ghostscript
16 USE_LDCONFIG=   yes
17 USE_GNOME=      cairo
18 GNU_CONFIGURE=  yes
19 INSTALL_TARGET= install-strip
20
21 .include <bsd.port.mk>