summaryrefslogtreecommitdiff
path: root/net/kphone/Makefile
diff options
context:
space:
mode:
authorscw <scw>2004-07-21 21:49:02 +0000
committerscw <scw>2004-07-21 21:49:02 +0000
commit65b7761a6f7746e4df980db68e7ed8ca5a5c7afb (patch)
tree1e8befc84451963aa9d2297eca76009e4351a395 /net/kphone/Makefile
parented135dbbfbe0458b6de6dc116a6ea5f28df037e7 (diff)
downloadpkgsrc-65b7761a6f7746e4df980db68e7ed8ca5a5c7afb.tar.gz
Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) user
agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.
Diffstat (limited to 'net/kphone/Makefile')
-rw-r--r--net/kphone/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/kphone/Makefile b/net/kphone/Makefile
new file mode 100644
index 00000000000..c2e887586c9
--- /dev/null
+++ b/net/kphone/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2004/07/21 21:49:02 scw Exp $
+#
+
+DISTNAME= kphone-4.0.3
+CATEGORIES= net comms
+MASTER_SITES= http://www.wirlab.net/kphone/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.wirlab.net/kphone/
+COMMENT= Graphical Voice Over Internet (VoIP) phone
+
+WRKSRC= ${WRKDIR}/kphone
+
+USE_BUILDLINK3= yes
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+CONFIGURE_ENV= QTDIR="${QTDIR}"
+
+PTHREAD_OPTS+= require
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/kphone/kphone ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/kphone/icons
+ ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${PREFIX}/share/kphone/icons
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"