pkgsrc-wip/pdf2svg/Makefile
Aleksej Saushev 9fa1c7be3b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-05 08:46:08 +00:00

23 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/05 08:46:09 asau 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
PKG_DESTDIR_SUPPORT= none
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"