2012-04-27 14:31:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2012/04/27 12:31:42 obache Exp $
|
2011-07-08 11:49:11 +02:00
|
|
|
#
|
|
|
|
|
2012-02-24 22:07:41 +01:00
|
|
|
DISTNAME= kyua-cli-0.3
|
2012-04-27 14:31:32 +02:00
|
|
|
PKGREVISION= 1
|
2011-07-08 11:49:11 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://kyua.googlecode.com/files/
|
|
|
|
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
|
|
HOMEPAGE= http://code.google.com/p/kyua/
|
|
|
|
COMMENT= Kyua (automated testing framework) - Command line interface
|
|
|
|
LICENSE= 2-clause-bsd
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO_FILES= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
USE_TOOLS= makeinfo pkg-config
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= KYUA_CONFSUBDIR=
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
CONFIGURE_ARGS+= --without-doxygen
|
|
|
|
|
|
|
|
PKG_SYSCONFSUBDIR= kyua
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/Kyuafile.top \
|
|
|
|
${DESTDIR}${PREFIX}/tests/Kyuafile
|
|
|
|
|
2012-02-24 22:07:41 +01:00
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
2011-07-08 11:49:11 +02:00
|
|
|
.include "../../devel/atf/buildlink3.mk"
|
2012-02-24 22:07:41 +01:00
|
|
|
.include "../../devel/lutok/buildlink3.mk"
|
2011-07-08 11:49:11 +02:00
|
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|