a04c7895f3
Experimental version released on November 16th, 2013. * Issue 45: Added require.memory support in atf-run for FreeBSD. * Fixed an issue with the handling of cin with libc++. * Issue 64: Fixed various mandoc formatting warnings. * NetBSD PR bin/48284: Made atf-check flush its progress message to stdout so that an interrupted test case always shows the last message being executed. * NetBSD PR bin/48285: Fixed atf_check examples in atf-sh-api(3).
35 lines
874 B
Text
35 lines
874 B
Text
# $NetBSD: Makefile.common,v 1.6 2013/11/16 20:26:54 jmmv Exp $
|
|
#
|
|
# used by devel/atf/Makefile
|
|
# used by devel/atf-libs/Makefile
|
|
|
|
DISTNAME= atf-0.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://kyua.googlecode.com/files/
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/kyua/wiki/ATF
|
|
COMMENT= Automated testing framework
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/atf/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/atf/patches
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= ATF_CONFSUBDIR=
|
|
CONFIGURE_ARGS+= ATF_SHELL=${SH:Q}
|
|
CONFIGURE_ARGS+= --enable-unstable-shared
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= atf
|
|
|
|
PKGCONFIG_OVERRIDE= atf-c/atf-c.pc.in
|
|
PKGCONFIG_OVERRIDE+= atf-c++/atf-c++.pc.in
|
|
PKGCONFIG_OVERRIDE+= atf-sh/atf-sh.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|