mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6f2480517e
Changes https://github.com/tavianator/bfs/releases/tag/2.2.1 PR: 256601 Approved by: maintainer
24 lines
448 B
Makefile
24 lines
448 B
Makefile
PORTNAME= bfs
|
|
DISTVERSION= 2.2.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= driesm.michiels@gmail.com
|
|
COMMENT= Breadth-first version of the UNIX find command
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= bash:shells/bash
|
|
|
|
USES= compiler:c11 gmake shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tavianator
|
|
|
|
SHEBANG_FILES= tests.sh tests/*.sh
|
|
TEST_TARGET= check
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs
|
|
|
|
.include <bsd.port.mk>
|