26 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/01/20 20:54:54 sthen Exp $
COMMENT = elegant unit testing framework for C
DISTNAME = cmocka-0.3.2
REVISION = 2
EXTRACT_SUFX = .tar.xz
SHARED_LIBS += cmocka 0.0 # 0.1
CATEGORIES = devel
HOMEPAGE = http://cmocka.org/
# Apache License v2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://open.cryptomilk.org/attachments/download/34/
MODULES = devel/cmake
NO_TEST = Yes
.include <bsd.port.mk>