667b76c79a
openobex is 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). Some help and ok naddy@.
21 lines
476 B
Makefile
21 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/12 08:04:22 grange Exp $
|
|
|
|
COMMENT= "OBEX protocol implementation"
|
|
DISTNAME= openobex-1.0.1
|
|
CATEGORIES= comms
|
|
HOMEPAGE= http://openobex.sourceforge.net/
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|