19 lines
336 B
Makefile
19 lines
336 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
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>
|