forked from Lainports/freebsd-ports
Redefining LICENSE_PERMS is not allowed for known licenses PR: 255033 Approved by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
23 lines
446 B
Makefile
23 lines
446 B
Makefile
PORTNAME= bfs
|
|
DISTVERSION= 2.2
|
|
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>
|