8adbc24d2f
bfs is a variant of the UNIX find command that operates breadth-first rather than depth-first.
17 lines
404 B
Makefile
17 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/25 14:57:50 fhajny Exp $
|
|
|
|
DISTNAME= bfs-1.1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tavianator/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tavianator/bfs/
|
|
COMMENT= Breadth-first version of the UNIX find command
|
|
#LICENSE= zero-bsd
|
|
|
|
USE_LANGUAGES= c c99
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|