1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/mbox/Makefile
Alexander Leidinger e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +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= 6
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>