6bd0d65c65
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
14 lines
346 B
Makefile
14 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:31 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.8 1997/10/29 17:09:53 max Exp
|
|
#
|
|
|
|
DISTNAME= weblint-1.020
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.cre.canon.co.uk/pub/weblint/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cre.canon.co.uk/~neilb/weblint/
|
|
|
|
USE_PERL5= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|