summaryrefslogtreecommitdiffstats
path: root/devel/qconf/Makefile
blob: de7cc4e47e9c9410be23164e2c89cd04df716326 (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
# New ports collection makefile for:	qconf
# Date created:		2010-10-28
# Whom:			Andreev Maxim <andreevmaxim@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	qconf
PORTVERSION=	1.4
CATEGORIES=	devel
MASTER_SITES=	http://delta.affinix.com/download/

MAINTAINER=	andreevmaxim@gmail.com
COMMENT=	Tool to create configure script for qmake-based project

USE_BZIP2=	yes
USE_QT4=	corelib xml moc_build qmake_build
HAS_CONFIGURE=	yes
QT_NONSTANDARD=	yes

CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--datadir=${DATADIR:S,/qconf,,} \
		--qtdir=${QT_PREFIX} \
		--verbose

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