32 lines
597 B
Makefile
32 lines
597 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/10/08 08:22:38 steven Exp $
|
|
|
|
COMMENT= module and program for processing ID3 tags
|
|
|
|
DISTNAME= eyeD3-0.6.14
|
|
PKGNAME= ${DISTNAME}p0
|
|
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>
|