mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
b15ec09d9c
Use C11 compiler: /usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept' Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error. MFH: 2020Q3 (fix build blanket)
32 lines
652 B
Makefile
32 lines
652 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= biblesync
|
|
DISTVERSION= 2.1.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multicast shared co-navigation library for Bible programs
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
|
|
|
|
USES= cmake compiler:c++11-lang gettext-runtime
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= karlkleinpaste
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} s,/bibleysnc,, ${WRKSRC}/biblesync.pc.in
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${STAGEDIR}${PREFIX}/share/man/man7/biblesync.7 ${STAGEDIR}${MAN7PREFIX}/man/man7
|
|
${RM} -R ${STAGEDIR}${PREFIX}/share/man
|
|
|
|
.include <bsd.port.mk>
|