openbsd-ports/www/weblint/Makefile
kevlo 7208c568ec Weblint is a syntax and style checker for HTML. It is a perl program
that scans through web pages and "picks off fluff" much the way lint
handles C programs.

Author's web page is http://www.weblint.org/
2000-01-12 08:45:42 +00:00

21 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/01/12 08:45:42 kevlo Exp $
DISTNAME= weblint-1.020
CATEGORIES= www
MAINTAINER= seanc@cginfo.sk.ca
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
http://www.perl.com/CPAN/authors/id/NEILB/
post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "==> Installing weblint docs in ${PREFIX}/share/doc/weblint"
@${MKDIR} ${PREFIX}/share/doc/weblint && ${CHMOD} a+rx ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/weblint.ps ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/weblint
.endif
.include <bsd.port.mk>