mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2d8b17ea39
With hat: portmgr
17 lines
361 B
Makefile
17 lines
361 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= An i-mode HTML to EZweb HDML converter
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/html2hdml
|
|
|
|
.include <bsd.port.mk>
|