pkgsrc/devel/pangomm/Makefile
adam a3ec41a70d pangomm (used to be part of gtkmm) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces.
2008-10-16 18:01:30 +00:00

24 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/16 18:01:31 adam Exp $
DISTNAME= pangomm-2.14.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/2.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gtkmm.org/
COMMENT= C++ bindings for pangomm
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config perl:run
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-2.4.pc.in
GNU_CONFIGURE= yes
.include "../../devel/glibmm/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairomm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"