Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
21 lines
539 B
Makefile
21 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/13 22:47:13 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= pdf2svg-0.2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.cityinthesky.co.uk/files/
|
|
|
|
MAINTAINER= bsd@cs.ubc.ca
|
|
HOMEPAGE= http://www.cityinthesky.co.uk/files/
|
|
COMMENT= Small utility to convert PDF files to SVG files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILD_TARGET= pdf2svg
|
|
|
|
.include "../../print/poppler-glib/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|