1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/mbox/Makefile
2010-02-05 11:46:55 +00:00

32 lines
776 B
Makefile

# New ports collection makefile for: mbox
# Date created: 01 Sep 2004
# Whom: Vladimir Osintsev <oc@nm.ru>
#
# $FreeBSD$
#
PORTNAME= mbox
PORTVERSION= 0.7.2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Program intended to help with organizing your music files
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \
${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \
lame:${PORTSDIR}/audio/lame \
oggenc:${PORTSDIR}/audio/vorbis-tools \
mplayer:${PORTSDIR}/multimedia/mplayer
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= mBox
USE_WX= 2.6
WX_COMPS= python
.include <bsd.port.mk>