summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/Makefile
blob: d870621dad7b00a670748eb83f292c36419f4a29 (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.28 2014/03/03 03:30:53 obache Exp $
#

PKGNAME=		mtree-20130908
CATEGORIES=		pkgtools sysutils

MAINTAINER=		sbd@NetBSD.org
HOMEPAGE=		http://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"