blob: 0794d71c0d859e733b463e2ee66806c305b925ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= bcunit
DISTVERSION= 5.4.29
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
.include <bsd.port.mk>
|