25dd73b55f
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
27 lines
787 B
Makefile
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"
|