2004-06-05 14:54:40 +02:00
|
|
|
# New ports collection makefile for: BTQueue
|
|
|
|
# Date created: 04 Jun 2004
|
|
|
|
# Whom: Stefan Walter <sw@gegenunendlich.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= btqueue
|
2006-06-24 16:40:00 +02:00
|
|
|
PORTVERSION= 0.1.3
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p
|
2004-06-25 09:48:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2004-06-05 14:54:40 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= BTQueue-${PORTVERSION}
|
|
|
|
|
2006-05-07 15:32:13 +02:00
|
|
|
MAINTAINER= stefan@FreeBSD.org
|
2004-06-05 14:54:40 +02:00
|
|
|
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
|
2004-06-25 09:48:20 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2004-06-05 14:54:40 +02:00
|
|
|
|
2005-01-13 23:40:34 +01:00
|
|
|
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>
|
|
|
|
|
2006-04-29 19:47:41 +02:00
|
|
|
# Enable workaround for bad libc in FreeBSD 4.x
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/FBSD4-patch-BitTorrent_defaultargs.py
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_PYXML)
|
2005-01-24 01:03:46 +01:00
|
|
|
RUN_DEPENDS+= ${PYXML}
|
2005-01-13 23:40:34 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|