summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-15 11:19:24 +0000
committerrillig <rillig>2006-05-15 11:19:24 +0000
commit74025636cc7265e8338b69632c972b69bf2e82ff (patch)
treed63b6463c140e8a4e5e228e735a0aa907a0b358f
parent3b3b7a097d2a01684b0f98e85541ed985b4ad54c (diff)
downloadpkgsrc-74025636cc7265e8338b69632c972b69bf2e82ff.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.
-rw-r--r--devel/qconf/DESCR5
-rw-r--r--devel/qconf/Makefile19
-rw-r--r--devel/qconf/PLIST11
-rw-r--r--devel/qconf/distinfo5
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