mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6c4fbec6bf
Add LICENSE and update WWW. PR: port/189007 Submitted by: olivierd@
25 lines
601 B
Makefile
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>
|