freebsd-ports/www/tidy/Makefile
Dirk Meyer 6ba5397d51 - rename tiny to tiny4
- remove CONFLICTS
Feature safe:	yes
2011-11-24 05:31:11 +00:00

40 lines
941 B
Makefile

# New ports collection makefile for: tidy
# Date created: 27 Oct 1998
# Whom: Abel Chow <achow@transoft.net>
#
# $FreeBSD$
#
PORTNAME= tidy4
PORTVERSION= 20000804
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.w3.org/People/Raggett/
DISTNAME= tidy4aug00
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fixes and tidies up HTML files
LICENSE= BSD
LICENSE_FILE= ${FILESDIR}/COPYRIGHT
MAN1= tidy4.1
ALL_TARGET= tidy
DOCFILES= Overview.html tidy.gif release-notes.html grid.gif
do-configure:
${REINPLACE_CMD} -e 's|tidy|tidy4|' ${WRKSRC}/man_page.txt
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy4
@${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy4.1
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${DOCSDIR}
.for docfile in ${DOCFILES}
@${INSTALL_MAN} ${WRKSRC}/${docfile} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>