aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2xhtml/Makefile
blob: b14a37dcc3273f807ac0ec97abb4016a1e7376fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

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

.include <bsd.port.mk>