blob: 7cf0653f3c04e52d06d8eb85de62d6b08f36840a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2006/01/20 16:15:52 jmmv Exp $
#
DISTNAME= obexftp-0.10.3
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://triq.net/obex/
COMMENT= File copying over the Object Exchange (OBEX) protocol
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../comms/openobex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|