mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
13 lines
269 B
Makefile
13 lines
269 B
Makefile
PORTNAME= html2latex
|
|
PORTVERSION= 0.9c
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= LOCAL/joerg
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Convert HTML document into LaTeX
|
|
|
|
USES= tar:Z
|
|
PLIST_FILES= bin/html2latex share/man/man1/html2latex.1.gz
|
|
|
|
.include <bsd.port.mk>
|