diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:26:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:26:35 +0000 |
commit | f54f1e63eca416dc82128d3979f091f419da9c2a (patch) | |
tree | 0e30e46591f36b6b6f9606ff047e00fd37c95398 /textproc/latex2html/Makefile | |
parent | fde0acf7afe2d50f9920dc9510ce682d109815b5 (diff) | |
download | ports-f54f1e63eca416dc82128d3979f091f419da9c2a.tar.gz ports-f54f1e63eca416dc82128d3979f091f419da9c2a.zip |
Notes
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 920895226378..e6906804b7dc 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= latex2html -PORTVERSION= 2008 -PORTREVISION= 4 +PORTVERSION= 2016 CATEGORIES= textproc MASTER_SITES= TEX_CTAN/support/${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Convert LaTeX documents to HTML +LICENSE= GPLv2 +LICENSE_FILES= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${LOCALBASE}/bin/anytopnm:graphics/netpbm RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -26,12 +28,12 @@ CONFIGURE_ARGS= --with-perl=${PERL} \ SUB_FILES= pkg-message PLIST_SUB= TEXMFDIR=${TEXMFDIR} TEXHASHDIRS= ${TEXMFDIR} -PORTDOCS= FAQ INSTALL LICENSE README +PORTDOCS= FAQ INSTALL README OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${FILESDIR}/latex2html.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/latex2html.1 ${STAGEDIR}${MANPREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |