- 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.
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:04 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp
|
|
#
|
|
|
|
DISTNAME= elk-3.0
|
|
PKGNAME= elk-3.0.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/elk/
|
|
|
|
ALL_TARGET= default
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|