mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
17 lines
358 B
Makefile
17 lines
358 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2hdml
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= html2hdml/6351
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= I-mode HTML to EZweb HDML converter
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/html2hdml
|
|
|
|
.include <bsd.port.mk>
|