summaryrefslogtreecommitdiff
path: root/graphics/clutter-qt/Makefile
blob: 3b4156a5f77385c9156283b8c14f1ccbbc5a6c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.10 2011/11/01 06:01:27 sbd Exp $
#

DISTNAME=	clutter-qt-1.0.0
PKGREVISION=	7
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

PKG_DESTDIR_SUPPORT=	user-destdir

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"