24 lines
678 B
Makefile
24 lines
678 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/05/11 15:18:18 shattered Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= pypod-0.6.0
|
||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://superduper.net/downloads/pypod/
|
||
|
|
||
|
DEPENDS+= ${PYPKGPREFIX}-mad>=0.5.0:../../audio/py-mad
|
||
|
|
||
|
MAINTAINER= shattered@users.sourceforge.net
|
||
|
HOMEPAGE= http://superduper.net/index.py?page=pypod
|
||
|
COMMENT= Python tools for manipluating iPod data
|
||
|
|
||
|
PYDISTUTILSPKG= yes
|
||
|
PYTHON_PATCH_SCRIPTS= *.py */*.py
|
||
|
PYTHON_VERSIONS_INCOMPATIBLE=\
|
||
|
15 20 21 22 23
|
||
|
|
||
|
.include "../../lang/python/application.mk"
|
||
|
.include "../../lang/python/extension.mk"
|
||
|
.include "../../devel/py-curses/buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|