pkgsrc/pkgtools/rcorder/Makefile

20 lines
414 B
Makefile
Raw Normal View History

2012-09-12 01:19:33 +02:00
# $NetBSD: Makefile,v 1.15 2012/09/11 23:19:39 asau Exp $
#
DISTNAME= rcorder-20120310
2004-08-27 19:08:07 +02:00
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
GNU_CONFIGURE= yes
2007-09-08 23:57:57 +02:00
USE_FEATURES= nbcompat
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"