mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
29 lines
593 B
Makefile
29 lines
593 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bfs
|
|
DISTVERSION= 1.7
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Breadth-first version of the UNIX find command
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
LICENSE_NAME= BSD Zero Clause License
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
TEST_DEPENDS= bash:shells/bash
|
|
|
|
USES= gmake shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tavianator
|
|
SHEBANG_FILES= tests.sh tests/*.sh
|
|
TEST_TARGET= check
|
|
PLIST_FILES= bin/bfs \
|
|
share/man/man1/bfs.1.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs
|
|
|
|
.include <bsd.port.mk>
|