1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/print/libspectre/Makefile
Olivier Duchateau 7ae2370e0c - Update to 0.2.8
- Replace CPPFLAGS and LDFLAGS by USES= localbase
- Remove 'keepla' argument in USES=libtool

PR:		210761
Submitted by:	myself
Approved by:	the GNOME team (maintainer, timeout > 1 month)
2016-08-17 19:26:59 +00:00

22 lines
533 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.8
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 localbase pathfix pkgconfig ghostscript
USE_LDCONFIG= yes
USE_GNOME= cairo
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>