freebsd-ports/devel/qconf/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

26 lines
571 B
Makefile

# 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>