libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process.
20 lines
457 B
Makefile
20 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/09/06 21:29:26 jlam 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
|
|
|
|
do-extract:
|
|
${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../pkgtools/libnbcompat/inplace.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|