mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d750615763
PR: ports/101613 Submitted by: alepulver
29 lines
739 B
Makefile
29 lines
739 B
Makefile
# New ports collection makefile for: mBox
|
|
# Date created: 01 Sep 2004
|
|
# Whom: Vladimir Osintsev <oc@nm.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mbox
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_BZIP2= yes
|
|
USE_WX= 2.4
|
|
WX_COMPS= python
|
|
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|