diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 04:14:04 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 04:14:04 +0000 |
commit | 43936edf6ee6fb2f41a3b9b8aa73563d6a98f1f3 (patch) | |
tree | cdc798ae5ad5c9d734d6dbaf742fe5f7186c6e16 /audio/py-karaoke | |
parent | 3eb52230f64a81dda54d765003b63a1016101804 (diff) | |
download | ports-43936edf6ee6fb2f41a3b9b8aa73563d6a98f1f3.tar.gz ports-43936edf6ee6fb2f41a3b9b8aa73563d6a98f1f3.zip |
Notes
Diffstat (limited to 'audio/py-karaoke')
-rw-r--r-- | audio/py-karaoke/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 291200659482..5e943902527d 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-karaoke -# Date created: 8 October 2002 -# Whom: Elias Mandouvalos <ocean@mail.gr> -# +# Created by: Elias Mandouvalos <ocean@mail.gr> # $FreeBSD$ -# PORTNAME= karaoke PORTVERSION= 0.5 @@ -13,7 +9,7 @@ MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykaraoke-${PORTVERSION} -MAINTAINER= ocean@mail.gr +MAINTAINER= ports@FreeBSD.org COMMENT= Python karaoke application (Plays CD+G, MP3+G, OGG+G files) BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game |