Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
26 lines
466 B
Makefile
26 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.5 2015/05/22 11:31:12 ajacoutot Exp $
|
|
|
|
COMMENT = elegant unit testing framework for C
|
|
|
|
DISTNAME = cmocka-0.3.2
|
|
REVISION = 3
|
|
|
|
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>
|