1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/tidy/Makefile
Brian Feldman e5275183e4 Update to the January 13, 2000 release of Tidy. The version format of
the port is now %Y%d%m, so this release is tidy-20000113.  The previous
format did not increase monotonically.

A significant change is the manual page correctly becoming a manpage,
where in the last release it was a diff (!).  Further release notes
can be found within, or at
	http://www.w3.org/People/Raggett/tidy/release-notes.html
2000-03-27 21:38:52 +00:00

35 lines
806 B
Makefile

# New ports collection makefile for: tidy
# Version required: tidy13jan00
# Date created: 27 Oct 1998
# Whom: Abel Chow <achow@transoft.net>
#
# $FreeBSD$
#
DISTNAME= tidy13jan00
PKGNAME= tidy-20000113
CATEGORIES= www
MASTER_SITES= http://www.w3.org/People/Raggett/
EXTRACT_SUFX= .tgz
MAINTAINER= saken@hotel.rmta.org
MAN1= tidy.1
ALL_TARGET= tidy
DOCFILES= Overview.html tidy.gif release-notes.html grid.gif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
@${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${PREFIX}/share/doc/tidy
.for docfile in ${DOCFILES}
@${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy
.endfor
.endif
.include <bsd.port.mk>