Updated pkglint to 4.29.1.
[pkgsrcv2.git] / pkgtools / prereq-readme / Makefile
1 # $NetBSD: Makefile,v 1.3 2005/07/15 18:27:53 jlam Exp $
2 #
3
4 DISTNAME=       prereq-readme-20050521
5 CATEGORIES=     pkgtools
6 MASTER_SITES=   # empty
7 DISTFILES=      # empty
8
9 MAINTAINER=     dmcmahill@NetBSD.org
10 HOMEPAGE=       http://www.NetBSD.org/
11 COMMENT=        Tools required for pkgsrc README.html generation
12
13 WRKSRC=         ${WRKDIR}
14 NO_CHECKSUM=    yes
15 NO_CONFIGURE=   yes
16 NO_BUILD=       yes
17 NO_INSTALL=     # defined
18 NO_PACKAGE=     # defined
19
20 # list all the tools we use
21 USE_TOOLS+=     awk
22 USE_TOOLS+=     cmp
23 USE_TOOLS+=     echo
24 USE_TOOLS+=     expr
25 USE_TOOLS+=     fgrep
26 USE_TOOLS+=     find
27 USE_TOOLS+=     grep
28 USE_TOOLS+=     sed
29 USE_TOOLS+=     setenv
30 USE_TOOLS+=     sort
31
32 .include "../../mk/bsd.pkg.mk"