pkgsrc/net/libktorrent/Makefile
marino 2a3976c051 Add new package net/libktorrent
KTorrent has sbeen split into the application ktorrent and the library
libktorrent.  Libktorrent contains all the torrent downloading code and
ktorrent contains all application code and plugins.  The goal is to make
libktorrent an independent library which can be used by other
applications.
2012-09-03 10:06:40 +00:00

48 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2012/09/03 10:06:40 marino Exp $
DISTNAME= libktorrent-${LIBKTORRENT_VER}
CATEGORIES= net kde
MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/
DISTFILES= libktorrent-${LIBKTORRENT_FILEVER}.tar.bz2
.include "../../net/libktorrent/Makefile.version"
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ktorrent.org/
COMMENT= Torrent library split from KTorrent
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PKG_OPTIONS_VAR= PKG_OPTIONS.libktorrent
PKG_SUPPORTED_OPTIONS= docs
PLIST_VARS+= docs
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt pkg-config perl
USE_CMAKE= yes
APIDOCS= /share/docs/libktorrent-api
WRKSRC= ${WRKDIR}/libktorrent-${LIBKTORRENT_FILEVER}
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdocs)
BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen
BUILD_TARGET= all docs
PLIST.docs= yes
USE_TOOLS+= pax
.endif
post-install:
.if !empty(PKG_OPTIONS:Mdocs)
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}${APIDOCS}
cd ${WRKSRC}/apidocs && ${PAX} -wr * ${DESTDIR}${PREFIX}${APIDOCS}
.endif
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../security/qca2/buildlink3.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"