pkgsrc/comms/obexftp/Makefile
xtraeme 1e05de203c Make the USB_CHECK test pass correctly on NetBSD, necessary to
enable the USB transport.

Bump PKGREVISION.
2006-10-22 16:38:40 +00:00

34 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/10/22 16:38:40 xtraeme Exp $
#
DISTNAME= obexftp-0.20
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://openobex.triq.net/
COMMENT= File copying over the Object Exchange (OBEX) protocol
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf gmake pkg-config
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-swig
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD" && exists(/usr/include/bluetooth.h))
CPPFLAGS+= -DCOMPAT_BLUEZ
.endif
post-patch:
cd ${WRKSRC} && autoconf
.include "../../comms/openobex/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"