1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Add new port devel/qconf:

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/

PR:		based on ports/151028
Submitted by:	Andreev Maxim <andreevmaxim at gmail.com>
This commit is contained in:
Max Brazhnikov 2010-10-09 22:29:11 +00:00
parent 8fc31d32f0
commit 1cc2283a20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262715
4 changed files with 48 additions and 0 deletions

27
devel/qconf/Makefile Normal file
View File

@ -0,0 +1,27 @@
# 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_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 <bsd.port.mk>

3
devel/qconf/distinfo Normal file
View File

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

7
devel/qconf/pkg-descr Normal file
View File

@ -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/

11
devel/qconf/pkg-plist Normal file
View File

@ -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%%