28bac6ebdd
As gnome@ is lacking active committers at the moment, transfer some of its ports [1] up the stack to the desktop@ group, in hope that this way we get some updates in as the set of people that "should feel responsible" grows. As soon as gnome@ grows some committers again, this can (and should) of course be reverted again. [1] The list of ports chosen in this move consits of all the ports that are required to build x11/kde5. Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D26362
22 lines
541 B
Makefile
22 lines
541 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.9
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Small library for rendering Postscript documents
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= ghostscript gmake gnome libtool localbase pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= cairo
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|