diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
commit | cae842bacf2b26e4674d7c2c6d46cc91f05493ac (patch) | |
tree | 5ffde29db73b3158aebf997caf8da34daaee6f76 /comms/openobex/Makefile | |
parent | 9859e5fe3e6c5ec1b3bc55c54fed42654b2429f9 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=105079
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile new file mode 100644 index 000000000000..deb840867ac0 --- /dev/null +++ b/comms/openobex/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: openobex +# Date created: 15 March 2004 +# Whom: Guido Falsi <mad@madpilot.net> +# +# $FreeBSD$ +# + +PORTNAME= openobex +PORTVERSION= 1.0.1 +CATEGORIES= comms net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= mad@madpilot.net +COMMENT= Open source implementation of the OBEX protocol + +WANT_AUTOCONF_VER= 213 +WANT_AUTOMAKE_VER= 14 +USE_GMAKE= yes +WANT_LIBTOOL_VER= 14 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |