Update textproc/hs-lhs2tex to version 1.24
[dports.git] / print / shrinkpdf / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       shrinkpdf
4 PORTVERSION=    20191221
5 CATEGORIES=     print graphics
6 MASTER_SITES=   http://www.alfredklomp.com/programming/shrinkpdf/
7 DISTNAME=       ${PORTNAME}.sh
8 EXTRACT_SUFX=   # none
9 EXTRACT_ONLY=   # none
10
11 MAINTAINER=     grembo@FreeBSD.org
12 COMMENT=        Simple wrapper around Ghostscript to reduce the file size of PDFs
13
14 LICENSE=        BSD3CLAUSE
15
16 USES=           ghostscript:run
17 SUB_FILES=      ${PORTNAME}.1
18
19 NO_BUILD=       yes
20 NO_ARCH=        yes
21
22 PLIST_FILES=    bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
23
24 do-install:
25         ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.sh \
26                 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
27         ${INSTALL_MAN} ${WRKDIR}/shrinkpdf.1 ${STAGEDIR}${MANPREFIX}/man/man1
28
29 .include <bsd.port.mk>