1998-11-08 20:26:20 -05:00
|
|
|
# New ports collection makefile for: tidy
|
|
|
|
# Version required: 0.1.98.9
|
|
|
|
# Date created: 27 Oct 1998
|
|
|
|
# Whom: Abel Chow <achow@transoft.net>
|
|
|
|
#
|
1999-01-05 22:34:34 -05:00
|
|
|
# $Id: Makefile,v 1.4 1998/12/23 23:09:57 steve Exp $
|
1998-11-08 20:26:20 -05:00
|
|
|
#
|
|
|
|
|
1998-12-20 17:30:00 -05:00
|
|
|
DISTNAME= tidy17dec98
|
|
|
|
PKGNAME= tidy-0.1.98.12
|
1998-11-08 20:26:20 -05:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.w3.org/People/Raggett/
|
1999-01-05 22:34:34 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-11-08 20:26:20 -05:00
|
|
|
|
1998-12-23 18:10:01 -05:00
|
|
|
MAINTAINER= saken@budoir.net
|
1998-11-08 20:26:20 -05:00
|
|
|
|
|
|
|
ALL_TARGET= tidy
|
1998-12-20 17:30:00 -05:00
|
|
|
WRKSRC= ${WRKDIR}/tidy17dec98
|
1998-11-08 20:26:20 -05:00
|
|
|
|
|
|
|
DOCFILES= Overview.html tidy.gif
|
|
|
|
|
|
|
|
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>
|