707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= belcard
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= https://www.linphone.org/releases/sources/belcard/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= vCard support library
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
|
libbelr.so:textproc/belr
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_UNIT_TESTS=NO
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}-0
|
|
|
|
.include <bsd.port.mk>
|