mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# New ports collection makefile for: html2hdml
|
|
# Date created: 27 February 2003
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= html2hdml
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= html2hdml/3784
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= An i-mode HTML to EZweb HDML converter
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/html2hdml
|
|
|
|
.include <bsd.port.mk>
|