mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
37 lines
821 B
Makefile
37 lines
821 B
Makefile
# 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>
|