diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile new file mode 100644 index 000000000000..8e057ef4c527 --- /dev/null +++ b/devel/qconf/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: qconf +# Date created: 2010-10-28 +# Whom: Andreev Maxim +# +# $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_QT_VER= 4 +QT_COMPONENTS= 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 diff --git a/devel/qconf/distinfo b/devel/qconf/distinfo new file mode 100644 index 000000000000..eb2f925ee3c7 --- /dev/null +++ b/devel/qconf/distinfo @@ -0,0 +1,3 @@ +MD5 (qconf-1.4.tar.bz2) = e0080044f88c31e032008d5a5682a112 +SHA256 (qconf-1.4.tar.bz2) = 212bce09a585a22cf4b9e1a881e8f79c32a82e5cb8ea7f99a056a50faf809af8 +SIZE (qconf-1.4.tar.bz2) = 27344 diff --git a/devel/qconf/pkg-descr b/devel/qconf/pkg-descr new file mode 100644 index 000000000000..bb22fccd8308 --- /dev/null +++ b/devel/qconf/pkg-descr @@ -0,0 +1,7 @@ +QConf allows you to have a nice configure script for your qmake-based +project. It is intended for developers who don't need (or want) to +use the more complex GNU autotools. With qconf/qmake, it is easy +to maintain a cross-platform project that uses a familiar configuration +interface on unix. + +WWW: http://delta.affinix.com/qconf/ diff --git a/devel/qconf/pkg-plist b/devel/qconf/pkg-plist new file mode 100644 index 000000000000..98d57e384d2b --- /dev/null +++ b/devel/qconf/pkg-plist @@ -0,0 +1,11 @@ +bin/qconf +%%DATADIR%%/conf/conf.cpp +%%DATADIR%%/conf/conf.pro +%%DATADIR%%/conf/conf4.cpp +%%DATADIR%%/conf/conf4.h +%%DATADIR%%/conf/conf4.pro +%%DATADIR%%/modules/qt31.qcm +%%DATADIR%%/modules/qt41.qcm +@dirrm %%DATADIR%%/modules +@dirrm %%DATADIR%%/conf +@dirrm %%DATADIR%%