aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdfresurrect/Makefile
blob: 9b7e5cfd2d894ccb07ff8a487be8062244729673 (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
26
27
28
29
PORTNAME=	pdfresurrect
DISTVERSIONPREFIX=	v
DISTVERSION=	0.23
PORTREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Analyze and extract older versions of a pdf from the current pdf
WWW=		https://github.com/enferex/pdfresurrect

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe gmake
CPE_VENDOR=	${PORTNAME}_project
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	enferex

PLIST_FILES=	bin/pdfresurrect \
		share/man/man1/pdfresurrect.1.gz

post-stage:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdfresurrect

.include <bsd.port.mk>