mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a1d1e5001b
PR: 12561 Submitted by: maintainer
32 lines
769 B
Makefile
32 lines
769 B
Makefile
# 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.8 1999/07/06 01:07:35 cpiazza Exp $
|
|
#
|
|
|
|
DISTNAME= tidy7jul99
|
|
PKGNAME= tidy-0.7.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>
|