freebsd-ports/www/tidy-devel/Makefile
Michael Haro d061e3b0b3 update to version tidy15apr99
PR:		11318
Submitted by:	maintainer
1999-04-26 07:24:12 +00:00

32 lines
768 B
Makefile

# New ports collection makefile for: tidy
# Version required: 0.1.98.9
# Date created: 27 Oct 1998
# Whom: Abel Chow <achow@transoft.net>
#
# $Id: Makefile,v 1.6 1999/02/22 04:37:23 steve Exp $
#
DISTNAME= tidy15apr99
PKGNAME= tidy-0.4.99.2
CATEGORIES= www
MASTER_SITES= http://www.w3.org/People/Raggett/
EXTRACT_SUFX= .tgz
MAINTAINER= saken@hotel.rmta.org
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>