1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/mbox/Makefile
Rong-En Fan 3da4b0f760 - Update to 0.7.2
- Switch to wx 2.6

PR:		ports/114409
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2007-07-11 03:58:52 +00:00

29 lines
724 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
CATEGORIES= audio
MASTER_SITES= http://www.mbox.wz.cz/src/
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
USE_WX= 2.6
WX_COMPS= python
.include <bsd.port.mk>