aboutsummaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
blob: bc78cc8149312a11c403b0fd250881ac158dadb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	texi2html
# Version required:			1.52
# Date created:				5 Nov 1997
# Whom:					Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $Id: Makefile,v 1.2 1997/12/15 05:50:39 max Exp $
#

DISTNAME=	texi2html
PKGNAME=	texi2html-1.52
CATEGORIES=	textproc
MASTER_SITES=	http://wwwcn.cern.ch/dci/texi2html/
EXTRACT_SUFX=	.shar.Z

MAINTAINER=	i.vaudrey@bigfoot.com

EXTRACT_CMD=	uncompress
EXTRACT_BEFORE_ARGS=	-c
EXTRACT_AFTER_ARGS=	| sh
NO_WRKSUBDIR=	yes
NO_CONFIGURE=	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>