b2cea6a8b1
The following ports are skipped because they have been updated after 786cb60821.
- chinese/fcitx5-chinese-addons
- chinese/fcitx5-mcbopomofo
- devel/fatal
- devel/fbthrift
- devel/folly
- devel/spdlog
- mail/mu
- net/fb303
- net/mvfst
- net/wangle
- science/seacas
- security/fizz
- www/proxygen
28 lines
615 B
Makefile
28 lines
615 B
Makefile
PORTNAME= fccf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command-line tool that quickly searches through C/C++
|
|
WWW= https://github.com/p-ranav/fccf
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= argparse>0:devel/argparse
|
|
LIB_DEPENDS= libfmt.so:devel/libfmt
|
|
|
|
USES= cmake llvm:build,lib,run
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= p-ranav
|
|
|
|
CMAKE_ARGS= -DLLVM_DIR:STRING=${PREFIX}/llvm${LLVM_VERSION}/lib/cmake/llvm
|
|
CXXFLAGS+= -I${LOCALBASE}/include/argparse
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s/llvm-config/${LLVM_CONFIG}/g" ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|