aboutsummaryrefslogblamecommitdiff
path: root/textproc/pdfresurrect/Makefile
blob: d9da089d6cb7fef464d5296030ea40756b7523c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                            
                    









                                                                                

                   

                       







                                                           
PORTNAME=	pdfresurrect
DISTVERSIONPREFIX=	v
DISTVERSION=	0.22
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Analyze and extract older versions of a pdf from the current pdf

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gmake
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	enferex

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

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

.include <bsd.port.mk>