openbsd-ports/textproc/texi2html/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

35 lines
857 B
Makefile

# $OpenBSD: Makefile,v 1.10 2000/10/22 15:43:38 espie Exp $
DISTNAME= texi2html
PKGNAME= texi2html-1.52
CATEGORIES= textproc
NEED_VERSION= 1.191
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
ftp://ftp.scc.ru/pub/unix/
EXTRACT_SUFX= .shar.Z
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
EXTRACT_CMD= gzcat
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= | ${SH}
NO_BUILD= yes
post-extract:
@cd ${WRKSRC} && sed -e '1,/__END__/d' <texi2html >texi2html.1
@cd ${WRKSRC} && sed -e '/both Perl and nroff/,$$d' <texi2html >texi2html.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/texi2html.pl ${PREFIX}/bin/texi2html
${INSTALL_MAN} ${WRKDIR}/texi2html.1 ${PREFIX}/man/man1
.include <bsd.port.mk>