33 lines
823 B
Makefile
33 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:49 tv Exp $
|
|
#
|
|
|
|
DISTNAME= pax-20040802
|
|
CATEGORIES= archivers pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/
|
|
COMMENT= POSIX standard archiver with many extensions
|
|
|
|
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
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
|
|
. include "../../pkgtools/libnbcompat/inplace.mk"
|
|
.else
|
|
. include "../../pkgtools/libnbcompat/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|