19 lines
450 B
Makefile
19 lines
450 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
|
|
PORTNAME= bcunit
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Fork of defunct project CUnit, with several fixes and patches applied
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf cmake libtool pathfix pkgconfig
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= bofhbsd
|
|
GL_COMMIT= d8d2f4b40209e06b400f893cce58e4c6ba73341d
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|