23 lines
463 B
Makefile
23 lines
463 B
Makefile
PORTNAME= bcunit
|
|
DISTVERSION= 5.4.118
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Fork of defunct project CUnit, with several fixes and patches applied
|
|
WWW= https://gitlab.linphone.org/BC/public/bcunit
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake pathfix pkgconfig
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.linphone.org/BC
|
|
GL_ACCOUNT= public
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include <bsd.port.mk>
|