8685e79d85
eyeD3 is a Python module and program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. feedback and ok alek@
31 lines
577 B
Makefile
31 lines
577 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/22 14:43:13 jasper Exp $
|
|
|
|
COMMENT= module and program for processing ID3 tags
|
|
|
|
DISTNAME= eyeD3-0.6.14
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://eyed3.nicfit.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
|
|
|
MODULES= lang/python
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= PYTHON="${MODPY_BIN}"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' ${WRKSRC}/bin/eyeD3
|
|
|
|
.include <bsd.port.mk>
|