1998-11-09 01:26:20 +00:00
|
|
|
# New ports collection makefile for: tidy
|
|
|
|
# Date created: 27 Oct 1998
|
|
|
|
# Whom: Abel Chow <achow@transoft.net>
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1998-11-09 01:26:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= tidy
|
2000-05-29 03:01:59 +00:00
|
|
|
PORTVERSION= 20000430
|
1998-11-09 01:26:20 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.w3.org/People/Raggett/
|
2000-05-29 03:01:59 +00:00
|
|
|
DISTNAME= tidy30apr00
|
1999-01-06 03:34:34 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-11-09 01:26:20 +00:00
|
|
|
|
1999-02-22 04:37:27 +00:00
|
|
|
MAINTAINER= saken@hotel.rmta.org
|
1998-11-09 01:26:20 +00:00
|
|
|
|
2000-02-16 00:08:36 +00:00
|
|
|
MAN1= tidy.1
|
|
|
|
|
1998-11-09 01:26:20 +00:00
|
|
|
ALL_TARGET= tidy
|
|
|
|
|
1999-11-21 01:17:43 +00:00
|
|
|
DOCFILES= Overview.html tidy.gif release-notes.html grid.gif
|
1998-11-09 01:26:20 +00:00
|
|
|
|
|
|
|
do-install:
|
1999-11-21 01:17:43 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1
|
1998-11-09 01:26:20 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
1998-11-09 01:26:20 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/tidy
|
|
|
|
.for docfile in ${DOCFILES}
|
1999-11-21 01:17:43 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy
|
1998-11-09 01:26:20 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|