mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6f59b7b9ba
Bump consumers of graphics/poppler after e25859e093
27 lines
467 B
Makefile
27 lines
467 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 37
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Convert PDF to SVG
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= db9052
|
|
|
|
USES= gnome pkgconfig
|
|
USE_GNOME= cairo
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdf2svg
|
|
|
|
.include <bsd.port.mk>
|