diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:49:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:49:23 +0000 |
commit | 19787901543f60f10327e4f1dbbaab8515b8b367 (patch) | |
tree | 5c0aba2c48c62d6d52d8c0ab1df484e388537faa /comms/openobex/Makefile | |
parent | f5357243aa38b319ad2e041ab0ff1e030439a299 (diff) | |
download | pkgsrc-19787901543f60f10327e4f1dbbaab8515b8b367.tar.gz |
Initial import of openobex, version 1.0.1:
The overall goal of the OpenOBEX project is to make an open source
implementation of the Object Exchange (OBEX) protocol. OBEX is a session
protocol and can best be described as a binary HTTP protocol. OBEX is
optimised for ad-hoc wireless links and can be used to exchange all kind
of objects like files, pictures, calendar entries (vCal) and business
cards (vCard).
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile new file mode 100644 index 00000000000..bde4ecd3dfb --- /dev/null +++ b/comms/openobex/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 12:49:23 jmmv Exp $ +# + +DISTNAME= openobex-1.0.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://openobex.sourceforge.net/ +COMMENT= Implementation of the Object Exchange (OBEX) protocol + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" |