mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
692 B
Makefile
33 lines
692 B
Makefile
# New ports collection makefile for: texi2html
|
|
# Date created: 5 Nov 1997
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= texi2html
|
|
PORTVERSION= 1.52
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
MAINTAINER= i.vaudrey@bigfoot.com
|
|
|
|
EXTRACT_CMD= uncompress
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= | sh
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= texi2html.1
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}; split -l 1940 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>
|