Changelog: Version 2.2.19 (27 January 2020) -------------- Use autoconf's TAP support for running tests (Makefile.am, configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac; c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am, tests/extension/Makefile.am, tests/extra/Makefile.am; removed - Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test, m4/glibtests.m4) Cater for guile-3.0 declarative modules (acinclude.m4; extension.h). Suppress GStaticRecMutex deprecation warnings (acinclude.m4, configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac; cgu_config.h.in, mutex.h).
21 lines
578 B
Makefile
21 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.21 2020/06/11 13:30:19 ryoon Exp $
|
|
|
|
DISTNAME= c++-gtk-utils-2.2.19
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/
|
|
COMMENT= Lightweight library for programming GTK+ programs using C++
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= c++-gtk-utils-3-2.2.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|