aboutsummaryrefslogtreecommitdiff
path: root/textproc/info_to_html/Makefile
blob: 7ea6cd982a2f76d1d6053065237ee16ad3fedc00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: ijliao
# $FreeBSD$

PORTNAME=	info_to_html
PORTVERSION=	0.9.6
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	http://www.mons.net/software/

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

USES=		perl5 shebangfix
NO_BUILD=	yes

PLIST_FILES=	bin/info_to_html
SHEBANG_FILES=	info_to_html

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>