summaryrefslogtreecommitdiff
path: root/print/html2latex/Makefile
blob: dac971c9cace2e495a0e0fd43ef59a4e3211a00c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: joerg
# $FreeBSD$

PORTNAME=	html2latex
PORTVERSION=	0.9c
CATEGORIES=	print
# I can't seem to find the original dist site
MASTER_SITES=	ftp://ftp.interface-business.de/pub/outgoing/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	joerg@FreeBSD.org
COMMENT=	Convert HTML document into LaTeX

MAN1=		html2latex.1
MANCOMPRESSED=	yes
PLIST_FILES=	bin/html2latex

NO_STAGE=	yes
.include <bsd.port.mk>