summaryrefslogtreecommitdiff
path: root/comms/openobex/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-26 12:49:23 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-26 12:49:23 +0000
commit19787901543f60f10327e4f1dbbaab8515b8b367 (patch)
tree5c0aba2c48c62d6d52d8c0ab1df484e388537faa /comms/openobex/Makefile
parentf5357243aa38b319ad2e041ab0ff1e030439a299 (diff)
downloadpkgsrc-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/Makefile17
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"