blob: 56cf3d6318aeaa853d5685a940b364d3254f4d90 (
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
|
# New ports collection makefile for: BTQueue
# Date created: 04 Jun 2004
# Whom: Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#
PORTNAME= btqueue
PORTVERSION= 0.0.14
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= BTQueue-${PORTVERSION}
MAINTAINER= sw@gegenunendlich.de
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
.include <bsd.port.mk>
|