freebsd-ports/net-p2p/btqueue/Makefile
Pav Lucistnik 0377029e98 - Update to 0.0.16
PR:		ports/72876
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-10-20 04:54:34 +00:00

24 lines
598 B
Makefile

# New ports collection makefile for: BTQueue
# Date created: 04 Jun 2004
# Whom: Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#
PORTNAME= btqueue
PORTVERSION= 0.0.16
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>