- 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.
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.9 1998/08/20 15:16:35 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= tar-1.12
|
|
PKGNAME= gtar-1.12
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
|
|
|
|
USE_GTEXINFO= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g --with-catgets
|
|
|
|
post-patch:
|
|
@${ECHO} '' >>${WRKSRC}/po/fr.po
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/gtar.1 ${PREFIX}/man/man1/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|