summaryrefslogtreecommitdiff
path: root/textproc/html2xhtml/Makefile
blob: f1a38dc7b3c81a49b9652a651e081338bdc1264e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	html2xhtml
PORTVERSION=	1.3
CATEGORIES=	textproc
MASTER_SITES=	http://www.it.uc3m.es/jaf/html2xhtml/downloads/

MAINTAINER=	wilfried.meindl@gmail.com
COMMENT=	Convert HTML to XHTML

GNU_CONFIGURE=	yes
USES=		iconv

CONFLICTS_INSTALL=	p5-HTML-HTML5-Parser p5-XML-Driver-HTML # bin/html2xhtml

PLIST_FILES=	bin/dtdquery \
		bin/html2xhtml \
		man/man1/html2xhtml.1.gz

.include <bsd.port.mk>