pkgsrc/pkgtools/mtree/Makefile
grant 8aec634c95 remove deprecated NO_PATCH.
(perhaps I should update my pkglint?)
2003-04-03 12:55:21 +00:00

27 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/04/03 12:55:21 grant Exp $
#
DISTNAME= mtree-20030331
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= mtree - 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"