pkgsrc/audio/py-karaoke/Makefile
wiz 88121e8553 Update to 0.6:
PyKaraoke now works together with WxPython v2.8. Users with WxPython v2.6
are, however, still supported.

There are also some other minor changes to the layout of the search results
page, a change to the scrolling behaviour, and improved handling of corrupt
CDG rip files.

There are now vastly more options available on the Configure page.
2008-07-14 09:02:41 +00:00

30 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/07/14 09:02:41 wiz Exp $
#
DISTNAME= pykaraoke-0.6
PKGNAME= ${PYPKGPREFIX}-karaoke-0.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pykaraoke/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pykaraoke.sourceforge.net/
COMMENT= Free Python-based karaoke player
PKG_DESTDIR_SUPPORT= user-destdir
# for .kar files, untested for lack of files
#DEPENDS+= timidity-[0-9]*:../../audio/timidity
USE_DIRS+= xdg-1.4
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= yes
# supposedly needed, but I couldn't find out why
#.include "../../audio/SDL_mixer/buildlink3.mk"
#.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/py-game/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"