1997-11-17 18:57:55 +01:00
|
|
|
# New ports collection makefile for: texi2html
|
1997-12-15 06:50:39 +01:00
|
|
|
# Date created: 5 Nov 1997
|
|
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
1997-11-17 18:57:55 +01:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1997-11-17 18:57:55 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= texi2html
|
2003-10-09 11:17:47 +02:00
|
|
|
PORTVERSION= 1.66
|
2004-06-08 21:20:55 +02:00
|
|
|
PORTREVISION= 2
|
1997-11-17 18:57:55 +01:00
|
|
|
CATEGORIES= textproc
|
2003-10-09 11:17:47 +02:00
|
|
|
MASTER_SITES= http://www.cvshome.org/files/70/10/
|
1997-11-17 18:57:55 +01:00
|
|
|
|
2000-11-22 11:20:14 +01:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2003-10-09 11:17:47 +02:00
|
|
|
COMMENT= Texinfo to HTML converter
|
1997-11-17 18:57:55 +01:00
|
|
|
|
2003-10-09 11:17:47 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_AUTOMAKE_VER= 15
|
2004-06-04 19:29:38 +02:00
|
|
|
USE_AUTOCONF_VER= 253
|
2003-10-09 11:17:47 +02:00
|
|
|
AUTOMAKE_ARGS= -a
|
|
|
|
USE_GMAKE= yes
|
1997-11-17 18:57:55 +01:00
|
|
|
|
2004-06-08 21:20:55 +02:00
|
|
|
PROGRAM_PREFIX?=
|
|
|
|
PLIST_SUB= PROGRAM_PREFIX=${PROGRAM_PREFIX}
|
|
|
|
|
|
|
|
.if !empty(PROGRAM_PREFIX)
|
|
|
|
CONFIGURE_ARGS= --program-prefix="${PROGRAM_PREFIX}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN1= ${PROGRAM_PREFIX}texi2html.1
|
2003-10-09 11:17:47 +02:00
|
|
|
INFO= texi2html
|
1997-11-17 18:57:55 +01:00
|
|
|
|
2004-06-08 21:20:55 +02:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO} ""
|
|
|
|
@${ECHO} "You can define the PROGRAM_PREFIX variable to change the name that"
|
|
|
|
@${ECHO} "the texi2html program is installed as."
|
|
|
|
@${ECHO} ""
|
|
|
|
|
1997-11-17 18:57:55 +01:00
|
|
|
.include <bsd.port.mk>
|