7a818ba0e0
power of cairo with an interface familiar to C++ developers, including use of the Standard Template Library where it makes sense.
20 lines
512 B
Makefile
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"
|