diff options
author | grant <grant@pkgsrc.org> | 2003-06-23 11:45:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-23 11:45:21 +0000 |
commit | 32600ff5a48d2424e7918604146f566dcea1d03b (patch) | |
tree | 9002e1c0e893c03b176189ef20eb4b4dd6d55eb9 /archivers/pax/Makefile | |
parent | 6c5b7cfc7a2378c51b9d7b8bebf9b2b20b117125 (diff) | |
download | pkgsrc-32600ff5a48d2424e7918604146f566dcea1d03b.tar.gz |
Import of NetBSD-current's pax (replacing the older pkgtools/pax).
NetBSD pax is the POSIX standard archiver with many extensions.
pax will read, write, and list the members of an archive file, and will
copy directory hierarchies.
pax operation is independent of the specific archive format, and supports
a wide variety of different archive formats.
This package uses pkgtools/libnbcompat, and is known to build on
Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this
package is broken on your platform.
Diffstat (limited to 'archivers/pax/Makefile')
-rw-r--r-- | archivers/pax/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile new file mode 100644 index 00000000000..f887a6c02ee --- /dev/null +++ b/archivers/pax/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/23 11:45:21 grant Exp $ +# + +DISTNAME= pax-20030622 +CATEGORIES= archivers pkgtools +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= grant@NetBSD.org +HOMEPAGE= http://www.NetBSD.org/ +COMMENT= POSIX standard archiver with many extensions + +USE_BUILDLINK2= # defined +GNU_CONFIGURE= # defined + +NO_PKGTOOLS_REQD_CHECK= # defined +NO_CHECKSUM= # defined +NO_MTREE= # defined +NO_PKG_REGISTER= # defined +NO_PACKAGE= Deinstallation is not permitted +PKG_PRESERVE= # defined + +do-extract: + @${CP} -Rp ${FILESDIR} ${WRKSRC} + +.include "../../pkgtools/libnbcompat/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |