1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/deskutils/belcard/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
506 B
Makefile

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>