2003-02-15 20:27:40 +00:00
|
|
|
# New ports collection makefile for: pyslsk
|
|
|
|
# Date created: 2003-01-20
|
|
|
|
# Whom: Stefan Ehmann <shoesoft@gmx.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pyslsk
|
2005-07-06 12:54:17 +00:00
|
|
|
PORTVERSION= 1.2.7b
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 6
|
2006-01-30 21:36:28 +00:00
|
|
|
CATEGORIES= net-p2p
|
2003-09-10 10:29:11 +00:00
|
|
|
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
|
2003-02-15 20:27:40 +00:00
|
|
|
|
|
|
|
MAINTAINER= shoesoft@gmx.net
|
2005-01-23 17:44:46 +00:00
|
|
|
COMMENT= Client for SoulSeek filesharing system
|
2003-02-15 20:27:40 +00:00
|
|
|
|
2003-03-28 15:13:57 +00:00
|
|
|
.if !defined(WITHOUT_VORBIS)
|
2004-01-25 12:50:59 +00:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
|
2003-03-28 15:13:57 +00:00
|
|
|
.endif
|
2003-12-05 10:37:21 +00:00
|
|
|
|
2003-05-18 19:59:59 +00:00
|
|
|
.if !defined(WITHOUT_BSDDB3)
|
2003-12-05 10:37:21 +00:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
|
2003-05-18 19:59:59 +00:00
|
|
|
.endif
|
2003-12-05 10:37:21 +00:00
|
|
|
|
2003-02-15 20:27:40 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2006-12-01 07:39:02 +00:00
|
|
|
USE_WX= 2.6
|
|
|
|
WX_COMPS= python
|
2003-02-15 20:27:40 +00:00
|
|
|
|
2006-12-01 07:39:02 +00:00
|
|
|
.include <bsd.port.mk>
|