Tweak print/abcm2ps version 6.6.22
[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.7
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:keepla pathfix pkgconfig
16 USE_LDCONFIG=   yes
17 USE_GNOME=      cairo
18 USE_GHOSTSCRIPT=yes
19 CPPFLAGS+=      -I${LOCALBASE}/include
20 LDFLAGS+=       -L${LOCALBASE}/lib
21 GNU_CONFIGURE=  yes
22 INSTALL_TARGET= install-strip
23
24 .include <bsd.port.mk>