summaryrefslogtreecommitdiff
path: root/print/extractpdfmark/Makefile
blob: ebbae76343b8fa7a70fdaf09e4ffa3bf0ddeef57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	extractpdfmark
DISTVERSIONPREFIX=	v
DISTVERSION=	1.1.1
PORTREVISION=	2
CATEGORIES=	print

MAINTAINER=	m.ne@gmx.net
COMMENT=	Extract page mode and named destinations as PDFmark from PDF
WWW=		https://github.com/trueroad/extractpdfmark/

LICENSE=	GPLv3+

LIB_DEPENDS=	libpoppler-cpp.so:graphics/poppler

USES=		autoreconf gettext-tools pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	trueroad

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-poppler=cpp

post-patch:
	@${TOUCH} ${WRKSRC}/config.rpath

.include <bsd.port.mk>