freebsd-ports/audio/mbox/Makefile
Alexander Leidinger a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +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= 5
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>