Manual tweak misc/edfbrowser
[dports.git] / misc / biblesync / Makefile
1 PORTNAME=       biblesync
2 DISTVERSION=    2.1.0
3 CATEGORIES=     misc
4
5 MAINTAINER=     ports@FreeBSD.org
6 COMMENT=        Multicast shared co-navigation library for Bible programs
7 WWW=            https://github.com/karlkleinpaste/biblesync
8
9 LICENSE=        PD
10 LICENSE_FILE=   ${WRKSRC}/COPYING
11
12 LIB_DEPENDS=    libuuid.so:misc/e2fsprogs-libuuid
13
14 USES=           cmake compiler:c++11-lang gettext-runtime
15
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     karlkleinpaste
18
19 USE_LDCONFIG=   yes
20
21 CMAKE_ON=       BUILD_SHARED_LIBS
22
23 post-patch:
24         ${REINPLACE_CMD} s,/bibleysnc,, ${WRKSRC}/biblesync.pc.in
25
26 post-install:
27         ${INSTALL_MAN} ${STAGEDIR}${PREFIX}/share/man/man7/biblesync.7 ${STAGEDIR}${MAN7PREFIX}/man/man7
28         ${RM} -R ${STAGEDIR}${PREFIX}/share/man
29
30 .include <bsd.port.mk>