0d7e50ea1a
Approved by: bofh (maintainer, by private message) Differential Revision: https://reviews.freebsd.org/D41227
18 lines
431 B
Makefile
18 lines
431 B
Makefile
PORTNAME= bcunit
|
|
PORTVERSION= 5.2.62
|
|
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= autoreconf cmake libtool pathfix pkgconfig
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.linphone.org/BC
|
|
GL_ACCOUNT= public
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|