summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
blob: 203241793396a2410c1b938d9125311c55ef0e67 (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
# New ports collection makefile for:	tidy
# Version required:	0.7.99.1
# Date created:		27 Oct 1998
# Whom:			Abel Chow <achow@transoft.net>
#
# $Id: Makefile,v 1.7 1999/04/26 07:24:09 mharo Exp $
#

DISTNAME=	tidy2jul99
PKGNAME=	tidy-0.7.99.1
CATEGORIES=	www
MASTER_SITES=	http://www.w3.org/People/Raggett/
EXTRACT_SUFX=	.tgz

MAINTAINER=	saken@hotel.rmta.org

WRKSRC=		${WRKDIR}/tidy
ALL_TARGET=	tidy

DOCFILES=	Overview.html tidy.gif release-notes.html grid.gif config.txt

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
.if !defined(NOPORTDOCS)
	@echo "===>   Installing documentation for ${PKGNAME}"
	@${MKDIR} ${PREFIX}/share/doc/tidy
.for docfile in ${DOCFILES}
	@${INSTALL_DATA} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy
.endfor
.endif

.include <bsd.port.mk>