pkgsrc/graphics/cairomm/Makefile
adam 7a818ba0e0 cairomm is a C++ wrapper for the cairo graphics library. It offers all the
power of cairo with an interface familiar to C++ developers, including use of
the Standard Template Library where it makes sense.
2006-09-06 19:56:40 +00:00

20 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
DISTNAME= cairomm-1.2.2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://cairographics.org/cairomm/
COMMENT= C++ API for cairo
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"