pkgsrc/pkgtools/rcorder/Makefile
2005-09-28 14:31:06 +00:00

27 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/09/28 14:31:08 rillig Exp $
#
DISTNAME= rcorder-20031013
CATEGORIES= pkgtools sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Print a dependency ordering of interdependent files
NO_CHECKSUM= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
. include "../../pkgtools/libnbcompat/inplace.mk"
.else
. include "../../pkgtools/libnbcompat/buildlink3.mk"
.endif
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"