mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
73f7c91b5d
(Part 1)
26 lines
463 B
Makefile
26 lines
463 B
Makefile
# New ports collection makefile for: texi2html
|
|
# Date created: 5 Nov 1997
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= texi2html
|
|
PORTVERSION= 1.66
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.cvshome.org/files/70/10/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Texinfo to HTML converter
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOMAKE_VER= 15
|
|
AUTOMAKE_ARGS= -a
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= texi2html.1
|
|
INFO= texi2html
|
|
|
|
.include <bsd.port.mk>
|