developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
31 lines
728 B
Makefile
31 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:27 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= pkg_install-info-${VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
|
|
COMMENT= Standalone GNU info file installation utility
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
# Don't change this unless the sources are updated from GNU Texinfo.
|
|
# Otherwise use PKGREVISION if you need to change this package version.
|
|
VERSION= 4.5
|
|
|
|
MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q}
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|