blob: 089461b77d5878df5f3559e2ea32466d131e9427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:05 jlam Exp $
#
DISTNAME= obexftp-0.10.3
PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
MAINTAINER= pkgsrc-users@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"
|