pkgsrc/devel/libglademm20/Makefile
drochner 25dd73b55f import libglademm20-2.2.0 which is a component of the gtkmm-2.0/2.2
family of C++ bindings for gnome libraries
(the ...20 suffix is because the pkg installs into 2.0 paths and
describes itself as 2.0 to pkgconfig)
fortunately, these families can coexist
2004-07-06 20:41:07 +00:00

27 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 20:41:07 drochner Exp $
#
DISTNAME= libglademm-2.2.0
# The following is correct! This pkg installs itself into 2.0 paths.
PKGNAME= libglademm20-2.2.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglademm/2.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ bindings for libglade
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libglade/libglademm-2.0.pc.in
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
# gtkmm must be 2.0/2.2
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"