23b84921d2
Approved by: bofh (maintainer, by private message) Differential Revision: https://reviews.freebsd.org/D41227
26 lines
548 B
Makefile
26 lines
548 B
Makefile
PORTNAME= belcard
|
|
DISTVERSION= 5.2.94
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= vCard support library
|
|
WWW= https://www.linphone.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
|
libbelr.so:textproc/belr
|
|
|
|
USES= cmake compiler:c++17-lang
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.linphone.org/BC
|
|
GL_ACCOUNT= public
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
|
|
-DENABLE_STATIC=NO \
|
|
-DENABLE_STRICT=NO \
|
|
-DENABLE_UNIT_TESTS=NO
|
|
|
|
.include <bsd.port.mk>
|