blob: 8d8f66e893f0d5d8d0c060a1500c569904e9b224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:28 adam Exp $
DISTNAME= eyeD3-0.7.5
CATEGORIES= audio
MASTER_SITES= http://eyed3.nicfit.net/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://eyed3.nicfit.net/
COMMENT= Python tool for working with audio files (in particular, mp3)
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5
REPLACE_SH+= bin/eyeD3
SUBST_CLASSES+= python
SUBST_SED.python+= -e "s,python,${PYTHONBIN},"
SUBST_MESSAGE.python= Fixing path to python executable.
SUBST_FILES.python+= bin/eyeD3
SUBST_STAGE.python+= post-configure
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|