6ee1fee41f
* Minor documentation build fixes. * Change public documentation location to library.gnome.org in the pkg-config files as well. * Change public documentation location to library.gnome.org. * Reenable the per-class hierarchy graphs in the reference documentation. * Drop the custom HTML header and footer, and use the shared doxygen.css file from mm-common. * More...
28 lines
774 B
Makefile
28 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/10/22 07:44:08 adam Exp $
|
|
|
|
DISTNAME= pangomm-2.26.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/2.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
COMMENT= C++ bindings for pangomm
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= gtkmm<=2.13.5
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config perl:run
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-1.4.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.22.1
|
|
.include "../../devel/glibmm/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.pango+= pango>=1.26.0
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../graphics/cairomm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|