openbsd-ports/www/weblint/Makefile

32 lines
706 B
Makefile
Raw Normal View History

2010-11-11 07:35:09 -05:00
# $OpenBSD: Makefile,v 1.16 2010/11/11 12:35:19 sthen Exp $
COMMENT= perl lint program for html
DISTNAME= weblint-1.020
2010-11-11 07:35:09 -05:00
REVISION= 0
CATEGORIES= www
2002-10-28 20:21:28 -05:00
MASTER_SITES= http://www.perl.com/CPAN/authors/id/NEILB/
2000-10-22 10:02:46 -04:00
MAINTAINER= Sean Cavanaugh <seanc@cginfo.sk.ca>
2003-10-18 15:44:41 -04:00
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
2004-02-01 15:17:47 -05:00
PKG_ARCH= *
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2002-10-28 20:21:28 -05:00
REGRESS_TARGET= test
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/weblint
${INSTALL_SCRIPT} ${WRKSRC}/weblint ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/weblint.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/examples/weblint
.include <bsd.port.mk>