Files
ports/textproc/pdfresurrect/Makefile
T
Yuri Victorovich 2c9d92e84c textproc/pdfresurrect: Update 0.21 -> 0.22
Reported by:	portscout
2021-02-01 16:33:22 +00:00

28 lines
488 B
Makefile

# $FreeBSD$
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>