- 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.
19 lines
438 B
Makefile
19 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:01 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
|
|
#
|
|
|
|
DISTNAME= libpng-1.0.2
|
|
PKGNAME= png-1.0.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cdrom.com/pub/png/
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFLICTS= png-0.96
|
|
|
|
MAKEFILE= scripts/makefile.std
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|