mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
bb27f4c286
Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md
34 lines
677 B
Makefile
34 lines
677 B
Makefile
# Created by: Jov <amutu@amutu.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bear
|
|
DISTVERSION= 2.3.13
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Tool that generates a compilation database for clang tooling
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cmake shebangfix python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rizsotto
|
|
GH_PROJECT= Bear
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= bear/main.py.in
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/install(FILES COPYING/d' \
|
|
-e '/{CMAKE_INSTALL_DOCDIR}/d' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|