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.
13 lines
284 B
Makefile
13 lines
284 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:01 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= hp2xx-3.1.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= mcmahill@alum.mit.edu
|
|
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
|
|
|
|
INFO_FILES= hp2xx.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|