1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print/libspectre/Makefile
Koop Mast 6c4fbec6bf Update to 1.2.7.
Add LICENSE and update WWW.

PR:		port/189007
Submitted by:	olivierd@
2014-05-22 11:41:12 +00:00

25 lines
601 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
PORTNAME= libspectre
PORTVERSION= 0.2.7
CATEGORIES= print
MASTER_SITES= http://libspectre.freedesktop.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small library for rendering Postscript documents
LICENSE= GPLv2
USES= gmake libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
USE_GNOME= cairo
USE_GHOSTSCRIPT=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>