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.
15 lines
386 B
Makefile
15 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:25 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp
|
|
#
|
|
|
|
DISTNAME= es-0.9-alpha1
|
|
PKGNAME= es-0.9a1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|