mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3c175cb569
Reviewed by: marcus
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# 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
|
|
PLIST_FILES= bin/info2html
|
|
|
|
.include <bsd.port.mk>
|