diff options
author | pav <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
commit | 6983f6eb3e91543c6ce26b8ff39d25297a552576 (patch) | |
tree | 712b7898308172c24f423988ddf5f610d2428c70 /comms/Makefile | |
parent | d45be790c7be03e194ffa42050d0b4517dd18798 (diff) | |
download | FreeBSD-ports-6983f6eb3e91543c6ce26b8ff39d25297a552576.zip FreeBSD-ports-6983f6eb3e91543c6ce26b8ff39d25297a552576.tar.gz |
Add openobex, a library for OBEX (Object Exchange), a protocol to exchange
a data over infrared and Bluetooth.
This port is adapted to work with FreeBSD Bluetooth stack.
PR: ports/64596
Submitted by: Guido Falsi <mad@madpilot.net>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 27458ba..3575040 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -43,6 +43,7 @@ SUBDIR += mlan3 SUBDIR += mserver SUBDIR += mwavem + SUBDIR += openobex SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort SUBDIR += plp |