8b5d49eb78
are called p5-*. I hope that's all of them.
36 lines
925 B
Makefile
36 lines
925 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/10/03 21:54:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= obexftp-0.20
|
|
PKGREVISION= 3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
LIBS.SunOS+= -lsocket -lnsl -liconv
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ((${OPSYS} == "NetBSD" && exists(/usr/include/bluetooth.h)) || ${OPSYS} == "DragonFly")
|
|
CPPFLAGS+= -DCOMPAT_BLUEZ -DSDP_COMPAT
|
|
.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"
|