pkgsrc/pkgtools/mtree/Makefile
2003-06-30 15:54:19 +00:00

27 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/30 15:54:19 grant Exp $
#
DISTNAME= mtree-20030630
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= a utility for mapping directory hierarchies
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"