ussp-push is a OBEX object pusher for Linux, using the BlueZ BlueTooth stack. The original ussp-push implementation required explicit binding to RFCOMM channels before the usage, that made it quite cumbersome to use. I added BlueTooth name resolution, and direct access to remote BlueTooth listening channels. NOTE: This is the only obex push transfer program that works fine for my Nokia mobile.
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 19:23:28 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= ussp-push-0.4
|
|
CATEGORIES= wip comms
|
|
MASTER_SITES= http://xmailserver.org/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://xmailserver.org/ussp-push.html
|
|
COMMENT= OBEX object pusher for BlueZ
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ussp-push ${PREFIX}/bin
|
|
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
.include "../../comms/openobex/buildlink3.mk"
|
|
.include "../../wip/bluez-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|