File:  [cvs.NetBSD.org] / pkgsrc / graphics / clutter-qt / Attic / Makefile
Revision 1.19: download - view: text, annotated - select for diffs
Sat Jan 26 21:37:42 2013 UTC (11 years, 10 months ago) by adam
Branches: MAIN
CVS tags: HEAD
Revbump after graphics/jpeg and textproc/icu

# $NetBSD: Makefile,v 1.19 2013/01/26 21:37:42 adam Exp $
#

DISTNAME=	clutter-qt-1.0.0
PKGREVISION=	15
CATEGORIES=	graphics
MASTER_SITES=	http://www.clutter-project.org/sources/clutter-qt/1.0/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.clutter-project.org/
COMMENT=	Qt Integratin Library for Clutter
LICENSE=	gnu-lgpl-v2.1

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake pkg-config
USE_LANGUAGES=	c c++

PKGCONFIG_OVERRIDE+=	clutter-qt.pc.in

CONFIGURE_ARGS+=	--with-moc=${QTDIR}/bin/moc

post-extract:
	rm -f ${WRKSRC}/clutter-qt/moc_clutter-qt.cc
	rm -f ${WRKSRC}/examples/moc_testqt.cc

.include "../../graphics/clutter/buildlink3.mk"
BUILDLINK_API_DEPENDS.qt4-libs+=	qt4-libs>=4.2.0
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>