24 lines
586 B
Makefile
24 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/06/11 12:53:26 ppostma Exp $
|
|
|
|
# XXX This version was based on number of cvs revisions.
|
|
DISTNAME= rcorder-0.11
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
COMMENT= Print a dependency ordering of interdependent files
|
|
|
|
# NetBSD since 1.5.2? has this included in base install.
|
|
NOT_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
NO_CHECKSUM= # defined
|
|
|
|
USE_BUILDLINK3= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
@${CP} -Rp ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../pkgtools/libnbcompat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|