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

MAINTAINER=	wilfried.meindl@gmail.com
COMMENT=	Convert HTML to XHTML
WWW=		https://www.it.uc3m.es/jaf/html2xhtml

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		iconv

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

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

.include <bsd.port.mk>