aboutsummaryrefslogtreecommitdiff
path: root/textproc/info2html/Makefile
blob: 70d561e425699bb0fdaca9a0a3f481a5477729e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for: info2html
# Date created:         9 October 1997
# Whom:                 wosch
#
# $FreeBSD$
#

PORTNAME=	info2html
PORTVERSION=	1.1
CATEGORIES=	textproc
MASTER_SITES=	http://wolfram.schneider.org/src/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Translate GNU info files into HTML pages

MAN1=		info2html.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>