blob: e42c5bdbc00beead7c0695e68a1e0bbfd5f60290 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: texi2html
# Date created: 5 Nov 1997
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $FreeBSD$
#
PORTNAME= texi2html
PORTVERSION= 1.64
CATEGORIES= textproc
MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
MAINTAINER= roam@orbitel.bg
USE_AUTOMAKE= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
MAN1= texi2html.1
.include <bsd.port.mk>
|