openbsd-ports/textproc/texi2html/Makefile

32 lines
781 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2000/12/14 13:23:02 espie Exp $
1998-05-17 01:03:32 -04:00
DISTNAME= texi2html
PKGNAME= texi2html-1.52
CATEGORIES= textproc
NEED_VERSION= 1.342
1998-05-17 01:03:32 -04:00
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
ftp://ftp.scc.ru/pub/unix/
EXTRACT_SUFX= .shar.Z
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-17 01:03:32 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
WRKDIST= ${WRKDIR}
1998-05-17 01:03:32 -04:00
NO_BUILD= yes
1998-05-17 01:03:32 -04:00
post-extract:
@cd ${WRKSRC} && sed -e '1,/__END__/d' <texi2html >texi2html.1
@cd ${WRKSRC} && sed -e '/both Perl and nroff/,$$d' <texi2html >texi2html.pl
1998-05-17 01:03:32 -04:00
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/texi2html.pl ${PREFIX}/bin/texi2html
${INSTALL_MAN} ${WRKDIR}/texi2html.1 ${PREFIX}/man/man1
1998-05-17 01:03:32 -04:00
.include <bsd.port.mk>