- 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
449 B
Makefile
20 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $
|
|
|
|
DISTNAME= battleball.20.src
|
|
PKGNAME= battleball-2.0
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html
|
|
|
|
WRKSRC= ${WRKDIR}/bb-2.0
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
USE_GMAKE= yes
|
|
USE_IMAKE= yes
|
|
|
|
post-patch:
|
|
${TOUCH} ${WRKSRC}/battleball.man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|