diff options
author | plunky <plunky@pkgsrc.org> | 2006-12-07 20:32:15 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2006-12-07 20:32:15 +0000 |
commit | ef941eb94b9fa532f648350bd4dd9558e22ebe48 (patch) | |
tree | e5e6447f067c2f4581084b0acfe1464d8faab21d /sysutils | |
parent | cc469088ac5e6b0e27663632026ced6c635dc823 (diff) | |
download | pkgsrc-ef941eb94b9fa532f648350bd4dd9558e22ebe48.tar.gz |
btpin-qt is a graphical Bluetooth PIN Client for NetBSD. It sits in
the background until a PIN request is sent by the bthcid(8) daemon,
when it puts up a dialog for the user to enter a PIN.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/btpin-qt/DESCR | 3 | ||||
-rw-r--r-- | sysutils/btpin-qt/Makefile | 24 | ||||
-rw-r--r-- | sysutils/btpin-qt/PLIST | 3 | ||||
-rw-r--r-- | sysutils/btpin-qt/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/btpin-qt/DESCR b/sysutils/btpin-qt/DESCR new file mode 100644 index 00000000000..280ecbdeda0 --- /dev/null +++ b/sysutils/btpin-qt/DESCR @@ -0,0 +1,3 @@ +btpin-qt is a graphical Bluetooth PIN Client for NetBSD. It sits in +the background until a PIN request is sent by the bthcid(8) daemon, +when it puts up a dialog for the user to enter a PIN. diff --git a/sysutils/btpin-qt/Makefile b/sysutils/btpin-qt/Makefile new file mode 100644 index 00000000000..979eeed3457 --- /dev/null +++ b/sysutils/btpin-qt/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $ + +DISTNAME= btpin-qt-1.0 +CATEGORIES= sysutils +MASTER_SITES= http://homepages.rya-online.net/plunky/ + +MAINTAINER= plunky@rya-online.net +COMMENT= Bluetooth PIN Client + +ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* + +BUILD_DEFS+= PKGMANDIR +USE_LANGUAGES= c++ + +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +do-configure: + cd ${WRKSRC} && ${QTDIR}/bin/qmake -after \ + target.path=${PREFIX}/bin \ + man.path=${PREFIX}/${PKGMANDIR}/man1 + +.include "../../x11/qt3-libs/buildlink3.mk" +.include "../../x11/qt3-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/btpin-qt/PLIST b/sysutils/btpin-qt/PLIST new file mode 100644 index 00000000000..d770fff0ea5 --- /dev/null +++ b/sysutils/btpin-qt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $ +bin/btpin-qt +man/man1/btpin-qt.1 diff --git a/sysutils/btpin-qt/distinfo b/sysutils/btpin-qt/distinfo new file mode 100644 index 00000000000..2d3182bc58c --- /dev/null +++ b/sysutils/btpin-qt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/12/07 20:32:15 plunky Exp $ + +SHA1 (btpin-qt-1.0.tar.gz) = 487dd040918985ae8791922c880a7e2c99320de2 +RMD160 (btpin-qt-1.0.tar.gz) = be8da9e714a3b061418efe8d2dfdf773c2c4655f +Size (btpin-qt-1.0.tar.gz) = 5382 bytes |