[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / libgnomemm

File: [cvs.NetBSD.org] / pkgsrc / devel / libgnomemm / Attic / Makefile (download)

Revision 1.17, Sat Oct 13 18:07:42 2007 UTC (16 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.16: +3 -4 lines

Changes 2.20.0:
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
  is built wihout hiding optional API, such as use of exceptions.
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
  to fix the build on some platforms.

# $NetBSD: Makefile,v 1.17 2007/10/13 18:07:42 adam Exp $

DISTNAME=	libgnomemm-2.20.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/libgnomemm/2.20/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	adam@NetBSD.org
HOMEPAGE=	http://gtkmm.sourceforge.net/
COMMENT=	C++ bindings for libgnome

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_PKGLOCALEDIR=	yes
USE_TOOLS+=		gmake pkg-config
PKGCONFIG_OVERRIDE+=	${WRKSRC}/libgnome/libgnomemm-2.6.pc.in
GNU_CONFIGURE=		yes

.include "../../devel/libgnome/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"