From 0c7584ad3305c89dc2f7e66bf78cce04df2db144 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 26 Feb 2004 12:50:43 +0000 Subject: Initial import of obexftp, version 0.10.3: The overall goal of ObexFTP is to make mobile devices featuring the OBEX protocol and adhering to the OBEX FTP standard accessible by an open source implementation. The common usage for ObexFTP is to access your mobile phones memory to store and retrieve e.g. your phonebook, logos, ringtones, music, pictures and alike. --- comms/obexftp/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 comms/obexftp/Makefile (limited to 'comms/obexftp/Makefile') diff --git a/comms/obexftp/Makefile b/comms/obexftp/Makefile new file mode 100644 index 00000000000..5633c533213 --- /dev/null +++ b/comms/obexftp/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 12:50:43 jmmv Exp $ +# + +DISTNAME= obexftp-0.10.3 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://triq.net/obex/ +COMMENT= File copying over the Object Exchange (OBEX) protocol + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_LIBTOOL= YES + +.include "../../comms/openobex/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3