== [release-1-1-8] 1.1.8: 2011-07-31 === Cutter ==== Improvements * Supported notify-send availability detection. * Added --mode=play option that plays test result from test log. * Updated documents for Solaris 10. * Supported assertion failures in other thread. Bug #3341429 [Reported by Romain Tartière] ==== Changes * Added Debian GNU/Linux wheezy support. * Removed Ubuntu Maverick Meerkat support. * Added Ubuntu Natty Narwhal support. * Removed Fedora 14 support. * Added Fedora 15 support. === cut-diff ==== Improvements * Made --label option optional.
37 lines
905 B
Makefile
37 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/08/02 12:15:00 obache Exp $
|
|
#
|
|
|
|
DISTNAME= cutter-1.1.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cutter/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://cutter.sourceforge.net/
|
|
COMMENT= Unit Testing Framework for C and C++
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool pkg-config xgettext msgmerge msgfmt
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= cppcutter.pc.in
|
|
PKGCONFIG_OVERRIDE+= cutter.pc.in
|
|
PKGCONFIG_OVERRIDE+= gcutter.pc.in
|
|
PKGCONFIG_OVERRIDE+= gdkcutter-pixbuf.pc.in
|
|
PKGCONFIG_OVERRIDE+= libcutter.pc.in
|
|
PKGCONFIG_OVERRIDE+= soupcutter.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
# XXX: PR#lib/39986?
|
|
LDFLAGS.NetBSD+= -lgcc_s
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|