9c2f65e395
Review by: bapt, David Naylor (kde team)
26 lines
571 B
Makefile
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>
|