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.
20 lines
466 B
Makefile
20 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:54 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= galaxa.0.1
|
|
PKGNAME= galaxa-0.1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/galaxa/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.sonic.net/~nbs/unix/x/galaxa/
|
|
|
|
WRKSRC= ${WRKDIR}/galaxa
|
|
MAKEFILE= makefile
|
|
USE_X11= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/doc/galaxa
|
|
${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/galaxa
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|