forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
28 lines (22 loc) · 761 Bytes
/
Makefile
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
# Created by: Maxim Loginov <[email protected]>
PORTNAME= latexdiff
PORTVERSION= 1.3.1.1
CATEGORIES= print perl5
MASTER_SITES= https://github.com/ftilmann/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= [email protected]
COMMENT= Determine and mark up significant differences between latex files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
USE_PERL5= run
NO_ARCH= yes
NO_BUILD= yes
do-install:
.for i in latexdiff-fast latexdiff-so latexdiff-vc latexrevise
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
.endfor
.for m in latexdiff.1 latexdiff-vc.1 latexrevise.1
${INSTALL_MAN} ${WRKSRC}/${m} ${STAGEDIR}${MAN1PREFIX}/man/man1
.endfor
${LN} -s latexdiff-so ${STAGEDIR}${PREFIX}/bin/latexdiff
.include <bsd.port.mk>