aboutsummaryrefslogtreecommitdiff
path: root/deskutils/belcard/Makefile
blob: cc3e6017566f237b6983b87f81ad11870d29e047 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

PORTNAME=	belcard
PORTVERSION=	1.0.2
PORTREVISION=	2
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>