freebsd-ports/net/qtorrent/Makefile
Volker Stolz a3406e0fe3 Add note about needing WITH_THREADS defined with python for this to work.
PR:		ports/66760
Submitted by:	Michael Johnson (maintainer)
2004-05-21 13:46:07 +00:00

30 lines
688 B
Makefile

# New ports collection makefile for: qtorrent
# Date created: 2004-03-31
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= qtorrent
PORTVERSION= 0.9.6.1
CATEGORIES= net python
MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= ahze@ahze.net
COMMENT= BitTorrent client that uses the Qt widget-set
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
pre-everything::
@${ECHO_MSG} "===>"
@${ECHO_MSG} "===> For qtorrent to work you need to compile"
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
@${ECHO_MSG} "===>"
.include <bsd.port.mk>