freebsd-ports/textproc/html2xhtml/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 lines
323 B
Makefile

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>