e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
27 lines
679 B
Makefile
27 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/06/13 22:44:27 wiz Exp $
|
|
|
|
DISTNAME= cairomm-1.8.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/releases/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://cairographics.org/cairomm/
|
|
COMMENT= C++ API for cairo
|
|
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake perl pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
PKGCONFIG_OVERRIDE+= cairomm-1.0.pc.in
|
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|