mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
89bc7fbdd1
Discussed with: portmgr
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# Created by: Vladimir Osintsev <oc@nm.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mbox
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 15
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mbox.wz.cz/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program intended to help with organizing your music files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:audio/py-ogg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis@${PY_FLAVOR} \
|
|
lame:audio/lame \
|
|
oggenc:audio/vorbis-tools \
|
|
mplayer:multimedia/mplayer
|
|
|
|
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
|
|
USES= python:2.7 tar:bzip2
|
|
USE_PYTHON= autoplist distutils
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python
|
|
|
|
.include <bsd.port.mk>
|