Files
ports/textproc/fmtlatex/Makefile
T
Mateusz Piotrowski 23898ad5a9 Add textproc/fmtlatex
fmtlatex is able to put a LaTeX document into a canonical formatting form,
which is then suitable for comparing genuine content differences between
various revisions of the same document rather than just formatting differences.

WWW: https://github.com/loopspace/fmtlatex
2020-10-04 13:29:37 +00:00

34 lines
632 B
Makefile

# $FreeBSD$
PORTNAME= fmtlatex
DISTVERSION= g20130930
CATEGORIES= textproc perl5
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Reformat LaTeX documents suitable for version control
LICENSE= GPLv2+
USES= perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= loopspace
GH_TAGNAME= e76acd9
SHEBANG_FILES= ${PORTNAME}
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= Bugs ChangeLog
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>