freebsd-ports/textproc/texi2html/Makefile

46 lines
936 B
Makefile
Raw Normal View History

# New ports collection makefile for: texi2html
# Date created: 5 Nov 1997
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
#
1999-08-30 22:11:56 -04:00
# $FreeBSD$
#
PORTNAME= texi2html
PORTVERSION= 1.76
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc
2005-02-06 13:42:52 -05:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
MAINTAINER= roam@FreeBSD.org
COMMENT= Texinfo to HTML converter
2005-02-06 13:42:52 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=${PERL}
2005-02-06 13:42:52 -05:00
CONFIGURE_ARGS= --disable-multiplatform
USE_PERL5_RUN= yes
USE_GMAKE= yes
PROGRAM_PREFIX?=
PLIST_SUB= PROGRAM_PREFIX=${PROGRAM_PREFIX}
.if !empty(PROGRAM_PREFIX)
CONFIGURE_ARGS= --program-prefix="${PROGRAM_PREFIX}"
.endif
MAN1= ${PROGRAM_PREFIX}texi2html.1
INFO= texi2html
pre-everything::
@${ECHO} ""
@${ECHO} "You can define the PROGRAM_PREFIX variable to change the name that"
@${ECHO} "the texi2html program is installed as."
@${ECHO} ""
post-patch:
sleep 2
${TOUCH} ${WRKSRC}/translations.pl
.include <bsd.port.mk>