a5b6568cad
* Added the --enable-api-exceptions=yes/no configure option, to allow cairomm to build when exceptions are disabled. For instance, when using CXXFLAGS=-fno-exceptions with g++. Changes 1.4.2: * Bugfixes: Changes 1.4.0: * Wrapped new API added in cairo 1.4 * Added support for Quartz surfaces * ability to use dynamic casting for surfaces and patterns returned from Context::get_target(), Context::get_source(), etc. * Various build and bug fixes
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/08/12 12:24:34 adam Exp $
|
|
|
|
DISTNAME= cairomm-1.4.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/releases/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://cairographics.org/cairomm/
|
|
COMMENT= C++ API for cairo
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
PKGCONFIG_OVERRIDE+= cairomm-1.0.pc.in
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|