blob: d39ed2909dc25831f650683a6bed01ad1150b02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:07 tv Exp $
#
DISTNAME= obexftp-0.10.3
PKGREVISION= 1
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_LIBTOOL= YES
.include "../../comms/openobex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|