diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:50:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:50:43 +0000 |
commit | 0c7584ad3305c89dc2f7e66bf78cce04df2db144 (patch) | |
tree | 1b9216ef3cdff2f144717013bd4d36ca026afb0d /comms/obexftp/Makefile | |
parent | edeebe64240939354011d06b99f8408f1f92b667 (diff) | |
download | pkgsrc-0c7584ad3305c89dc2f7e66bf78cce04df2db144.tar.gz |
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.
Diffstat (limited to 'comms/obexftp/Makefile')
-rw-r--r-- | comms/obexftp/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |