pkgsrc/graphics/cairomm/Makefile
adam 26ad7ac9c2 Changes 1.6.4:
* Windows build: Fix the build on the freely available Visual Studio Express
   compiler.

Changes 1.6.2:
* Fix build on OSX when both Quartz and Xlib surfaces are enabled
* Fixed a bug where an exception message would often report "Success" when it
  should have reported an error message
* Added ability to get the error status code from an exception:
  Cairo::logic_error::get_status_code()
* Added new elements to the surface type enumeration
2008-09-11 13:29:58 +00:00

23 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/09/11 13:29:58 adam Exp $
DISTNAME= cairomm-1.6.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
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4
.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"