pkgsrc/comms/obexftp/Makefile

31 lines
882 B
Makefile

# $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"