pkgsrc/comms/openobex/Makefile
jmmv edeebe6424 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).
2004-02-26 12:49:23 +00:00

17 lines
404 B
Makefile

# $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"