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
306 B
Makefile
14 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:15 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= qterm-ac-1.0
|
|
PKGNAME= qterm-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.westley.demon.co.uk/src/
|
|
|
|
MAINTAINER= agc@netbsd.org
|
|
HOMEPAGE= http://www.westley.demon.co.uk/software.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|