pkgsrc/devel/cmocka/Makefile
mef 3e0e6c9176 Updated devel/cmocka to 1.0.1
-----------------------------
Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
    * cmocka: version 1.0.1
    * Added a macro for assert_ptr_equal().
    * Fixed test_realloc() if 0 size is passed.
    * Fixed objects packaging bug.
    * Fixed building with newer gcc versions.
2016-08-06 15:03:30 +00:00

21 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/08/06 15:03:30 mef Exp $
DISTNAME= cmocka-1.0.1
CATEGORIES= devel
MASTER_SITES= https://cmocka.org/files/1.0/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cmocka.org/files/1.0/
COMMENT= Unit testing framework for C supporing mock objects
LICENSE= apache-2.0
USE_CMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build
CMAKE_ARG_PATH= ${WRKDIR}/${DISTNAME}
post-extract:
mkdir -p ${WRKSRC}
rm -f ${WRKDIR}/${DISTNAME}/CMakeCache.txt
.include "../../mk/bsd.pkg.mk"