freebsd-ports/sysutils/bfs/Makefile
Kevin Bowling 0b75f8d881 sysutils/bfs: Fix check-sanity
Redefining LICENSE_PERMS is not allowed for known licenses

PR:		255033
Approved by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
2021-04-13 09:14:02 -07:00

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>