openbsd-ports/textproc/texi2html/Makefile

27 lines
608 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 1999/06/03 01:39:53 brad Exp $
1998-05-17 01:03:32 -04:00
DISTNAME= texi2html
PKGNAME= texi2html-1.52
CATEGORIES= textproc
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
ftp://ftp.scc.ru/pub/unix/
EXTRACT_SUFX= .shar.Z
MAINTAINER= angelos@openbsd.org
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= | ${SH}
1998-05-17 01:03:32 -04:00
NO_BUILD= yes
1998-05-17 01:03:32 -04:00
post-extract:
@cd ${WRKSRC}; split -l 1881 texi2html texi2html.
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html
${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1}
.include <bsd.port.mk>