opnsense-ports/textproc/html2xhtml/Makefile
Franco Fichtner e1a18d3602 */*: sync with upstream
Taken from: FreeBSD
2015-10-30 07:05:22 +01:00

18 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>