mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
760 B
Makefile
32 lines
760 B
Makefile
# New ports collection makefile for: py-karaoke
|
|
# Date created: 8 October 2002
|
|
# Whom: Elias Mandouvalos <ocean@mail.gr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= karaoke
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pykaraoke
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pykaraoke-${PORTVERSION}
|
|
|
|
MAINTAINER= ocean@mail.gr
|
|
COMMENT= Python karaoke application (Plays CD+G, MP3+G, OGG+G files)
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
|
|
|
|
USE_WX= 2.4+
|
|
WX_COMPS= python
|
|
USE_ZIP= yes
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= pykaraoke
|
|
|
|
.include <bsd.port.mk>
|