blob: 850d418afe507e8426a3158c33509c3c935bd76a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: joerg
# $FreeBSD$
PORTNAME= html2latex
PORTVERSION= 0.9c
CATEGORIES= print
MASTER_SITES= LOCAL/joerg
MAINTAINER= joerg@FreeBSD.org
COMMENT= Convert HTML document into LaTeX
USES= tar:Z
PLIST_FILES= bin/html2latex man/man1/html2latex.1.gz
.include <bsd.port.mk>
|