summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/Makefile
blob: 12faf51d71de439517311858d517a80a7b472225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.29 2020/01/18 23:33:26 rillig Exp $
#

PKGNAME=		mtree-20130908
CATEGORIES=		pkgtools sysutils

MAINTAINER=		sbd@NetBSD.org
HOMEPAGE=		https://www.NetBSD.org/
COMMENT=		Utility for mapping and checking directory hierarchies

GNU_CONFIGURE=		yes

USE_FEATURES=		nbcompat

.include "../../mk/bsd.prefs.mk"

do-extract:
	@${CP} -R ${FILESDIR} ${WRKSRC}

.include "../../mk/bsd.pkg.mk"