1997-11-17 12:57:55 -05:00
|
|
|
# New ports collection makefile for: texi2html
|
1997-12-15 00:50:39 -05:00
|
|
|
# Date created: 5 Nov 1997
|
|
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
1997-11-17 12:57:55 -05:00
|
|
|
#
|
1999-08-30 22:11:56 -04:00
|
|
|
# $FreeBSD$
|
1997-11-17 12:57:55 -05:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:54:47 -04:00
|
|
|
PORTNAME= texi2html
|
2005-02-09 07:56:49 -05:00
|
|
|
PORTVERSION= 1.76
|
2005-02-12 17:40:59 -05:00
|
|
|
PORTREVISION= 1
|
2004-12-07 09:55:24 -05:00
|
|
|
PORTEPOCH= 1
|
1997-11-17 12:57:55 -05:00
|
|
|
CATEGORIES= textproc
|
2005-02-06 13:42:52 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= hrs
|
1997-11-17 12:57:55 -05:00
|
|
|
|
2000-11-22 05:20:14 -05:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2003-10-09 05:17:47 -04:00
|
|
|
COMMENT= Texinfo to HTML converter
|
1997-11-17 12:57:55 -05:00
|
|
|
|
2005-02-06 13:42:52 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-09 07:56:49 -05:00
|
|
|
CONFIGURE_ENV= PERL=${PERL}
|
2005-02-06 13:42:52 -05:00
|
|
|
CONFIGURE_ARGS= --disable-multiplatform
|
2005-02-09 07:56:49 -05:00
|
|
|
USE_PERL5_RUN= yes
|
2003-10-09 05:17:47 -04:00
|
|
|
USE_GMAKE= yes
|
1997-11-17 12:57:55 -05:00
|
|
|
|
2004-06-08 15:20:55 -04: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 05:17:47 -04:00
|
|
|
INFO= texi2html
|
1997-11-17 12:57:55 -05:00
|
|
|
|
2004-06-08 15:20:55 -04: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} ""
|
|
|
|
|
2005-02-14 17:05:53 -05:00
|
|
|
post-patch:
|
|
|
|
sleep 2
|
|
|
|
${TOUCH} ${WRKSRC}/translations.pl
|
|
|
|
|
1997-11-17 12:57:55 -05:00
|
|
|
.include <bsd.port.mk>
|