1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-p2p/btqueue/Makefile
Marcus von Appen f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00

35 lines
782 B
Makefile

# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$
PORTNAME= btqueue
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
DISTNAME= BTQueue-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Alternative BitTorrent client with queuing functionality
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= BTQueue
DATADIR= ${PREFIX}/share/BTQueue
DOCSDIR= ${PREFIX}/share/doc/BTQueue
OPTIONS_DEFINE= PYXML DOCS
OPTIONS_DEFAULT=PYXML
PYXML_DESC= Add dependency on PyXML (needed for crawler only)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYXML}
RUN_DEPENDS+= ${PYXML}
.endif
.include <bsd.port.mk>