mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# Created by: Andreev Maxim <andreevmaxim@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qconf
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://delta.affinix.com/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|