summaryrefslogtreecommitdiff
path: root/comms/obexftp/Makefile
blob: 0225ffd67715a028fef6f97254f9fb8294ebd24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.19 2013/10/09 11:50:36 obache Exp $
#

DISTNAME=	obexftp-0.24-Source
PKGNAME=	obexftp-0.24
CATEGORIES=	comms
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=openobex/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://gitorious.org/obexftp
COMMENT=	File copying over the Object Exchange (OBEX) protocol
LICENSE=	gnu-gpl-v2

USE_CMAKE=	yes
USE_TOOLS+=	cmake pkg-config

CMAKE_ARGS+=	-DENABLE_PERL:BOOL=OFF
CMAKE_ARGS+=	-DENABLE_PYTHON:BOOL=OFF
CMAKE_ARGS+=	-DENABLE_RUBY:BOOL=OFF
CMAKE_ARGS+=	-DENABLE_TCL:BOOL=OFF

BUILD_DEPENDS+=	asciidoc>=8.6.6:../../textproc/asciidoc
BUILD_DEPENDS+=	xmlto>=0.0.25:../../textproc/xmlto

BUILD_TARGET=	all doc

.include "../../comms/openobex/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../devel/swig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"