- 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
439 B
Makefile
20 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:44 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp
|
|
#
|
|
|
|
DISTNAME= gdbm-1.7.3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
INFO_FILES= gdbm.info
|
|
|
|
post-build:
|
|
cd ${WRKSRC} ; ${RM} gdbm.info ; make gdbm.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|