summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qtada/Makefile
blob: 4caa70de2110d69abedfe0ebfaf0e77d3ec70750 (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
33
34
# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$

PORTNAME=	qtada
PORTVERSION=	3.2.0.0
PORTREVISION=	2
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://download.qtada.com/
DISTNAME=	${PORTNAME}-gpl-3.2.0-20120708-3871

MAINTAINER=	marino@FreeBSD.org
COMMENT=	Ada2005 language bindings to Qt4 framework

LICENSE=	GPLv2

BUILD_DEPENDS=	gprbuild>=20120510:${PORTSDIR}/devel/gprbuild \
		asis>=2011:${PORTSDIR}/lang/asis

USES=		ada gmake pkgconfig
GNU_CONFIGURE=	yes
USE_QT4=	corelib gui xml designer sql opengl webkit
NO_MTREE=	yes

#CONFIGURE_ARGS=	--with-gtkada=NO

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share
	${MV} ${STAGEDIR}${PREFIX}/examples ${STAGEDIR}${PREFIX}/share/
	@(cd ${STAGEDIR}${PREFIX} ; \
		${FIND} * \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST})
	@(cd ${STAGEDIR}${PREFIX} ; \
		${FIND} * -type d -empty | ${SORT} -r | sed -e 's|^|@dir |' >> ${TMPPLIST})

.include <bsd.port.mk>
OpenPOWER on IntegriCloud