pkgsrc/pkgtools/mtree/Makefile.common
jschauma ec5816ac04 update mtree to 20081105, most notably providing support for sha256,
sha384 and sha512;  while here, fix a minor build error discovered on
RHEL
2008-11-06 02:14:52 +00:00

27 lines
599 B
Makefile

# $NetBSD: Makefile.common,v 1.6 2008/11/06 02:14:52 jschauma Exp $
#
# This Makefile fragment is included by:
#
# pkgsrc/pkgtools/mtree/Makefile
# pkgsrc/sysutils/mtree/Makefile
#
DISTNAME= mtree-20081105
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Utility for mapping and checking directory hierarchies
GNU_CONFIGURE= yes
USE_FEATURES= nbcompat
FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files
PKGDIR= ${.CURDIR}/../../pkgtools/mtree
.include "../../mk/bsd.prefs.mk"
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}