NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
GNU tar, is a full-featured tar command that can access remote
and local magnetic tapes, tar files (ustar, POSIX, and V7), and
even compressed or gzipped versions of these.
This package provides easy installation of both the actual GNU
tape archiver and its associated info documentation.
# $NetBSD: Makefile,v 1.35 2008/06/20 01:09:05 joerg Exp $
DISTNAME= gtar-1.20
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= The "meta-package" for the GNU tape archiver (tar)
DEPENDS+= gtar-base-1.20{,nb*}:../../archivers/gtar-base
DEPENDS+= gtar-info-1.20{,nb*}:../../archivers/gtar-info
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
PLIST_SRC= # empty (meta-package)
do-install: # empty
.include "../../mk/bsd.pkg.mk"