aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/btqueue/Makefile
blob: 8985e2d26e249cabd69327f99cd69e2039cf51c3 (plain) (blame)
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
32
33
34
35
36
# New ports collection makefile for:    BTQueue
# Date created:             04 Jun 2004
# Whom:                 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_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb

CONFLICTS=  py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=    BTQueue

DATADIR=    ${PREFIX}/share/BTQueue
DOCSDIR=    ${PREFIX}/share/doc/BTQueue

OPTIONS=    PYXML "Add dependency on PyXML (needed for crawler only)" on

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_PYXML)
RUN_DEPENDS+=   ${PYXML}
.endif

.include <bsd.port.post.mk>