diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-15 11:19:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-15 11:19:24 +0000 |
commit | 13665a45776b0efe081b6bbf6925a1e2a228e556 (patch) | |
tree | d63b6463c140e8a4e5e228e735a0aa907a0b358f /devel | |
parent | 11d5aa871f70f415a1d3312976b967ef8e65b699 (diff) | |
download | pkgsrc-13665a45776b0efe081b6bbf6925a1e2a228e556.tar.gz |
Imported 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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qconf/DESCR | 5 | ||||
-rw-r--r-- | devel/qconf/Makefile | 19 | ||||
-rw-r--r-- | devel/qconf/PLIST | 11 | ||||
-rw-r--r-- | devel/qconf/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/qconf/DESCR b/devel/qconf/DESCR new file mode 100644 index 00000000000..9c1eab07ea1 --- /dev/null +++ b/devel/qconf/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile new file mode 100644 index 00000000000..ed77320d32a --- /dev/null +++ b/devel/qconf/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $ +# + +DISTNAME= qconf-1.2 +CATEGORIES= devel +MASTER_SITES= http://delta.affinix.com/download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://delta.affinix.com/download/ +COMMENT= Configure script generator for qmake + +USE_PKGLOCALEDIR= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} +USE_LANGUAGES= c c++ + +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/qconf/PLIST b/devel/qconf/PLIST new file mode 100644 index 00000000000..5204b378891 --- /dev/null +++ b/devel/qconf/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $ +bin/qconf +share/qconf/conf/conf.cpp +share/qconf/conf/conf.pro +share/qconf/conf/conf4.cpp +share/qconf/conf/conf4.h +share/qconf/conf/conf4.pro +share/qconf/modules/qt31.qcm +@dirrm share/qconf/modules +@dirrm share/qconf/conf +@dirrm share/qconf diff --git a/devel/qconf/distinfo b/devel/qconf/distinfo new file mode 100644 index 00000000000..c57b4f15a6d --- /dev/null +++ b/devel/qconf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $ + +SHA1 (qconf-1.2.tar.bz2) = b8fcd27ba1749fba78d598318a0108a865c4c4ae +RMD160 (qconf-1.2.tar.bz2) = 60d7a827acb217587ffa4a8b281d6b1d713addeb +Size (qconf-1.2.tar.bz2) = 25705 bytes |