View | Details | Raw Unified | Return to bug 68425
Collapse All | Expand All

(-)cymbaline/Makefile (-5 / +5 lines)
Lines 1-4 Link Here
1
# ex:ts=8
2
# New ports collection makefile for:	cymbaline
1
# New ports collection makefile for:	cymbaline
3
# Date created:			Jun 20, 2001
2
# Date created:			Jun 20, 2001
4
# Whom:				ijliao
3
# Whom:				ijliao
Lines 7-22 Link Here
7
#
6
#
8
7
9
PORTNAME=	cymbaline
8
PORTNAME=	cymbaline
10
PORTVERSION=	1.2b
9
PORTVERSION=	1.2d
11
PORTREVISION=	0
12
CATEGORIES=	audio python
10
CATEGORIES=	audio python
13
MASTER_SITES=	http://www.silmarill.org/files/
11
MASTER_SITES=	http://www.silmarill.org/files/
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	mpg123 console frontend
14
COMMENT=	Console frontend for mpg123
17
15
18
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123 \
16
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123 \
19
		aumix:${PORTSDIR}/audio/aumix
17
		aumix:${PORTSDIR}/audio/aumix \
18
		${PYTHON_SITELIBDIR}/aomodule.so:${PORTSDIR}/audio/py-ao \
19
		${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
20
20
21
USE_PYTHON=	yes
21
USE_PYTHON=	yes
22
USE_PYDISTUTILS=	yes
22
USE_PYDISTUTILS=	yes
(-)cymbaline/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cymbaline-1.2b.tar.gz) = b080ef0997f59503683e66db4f78c869
1
MD5 (cymbaline-1.2d.tar.gz) = f112c907c590068ee20fae164375c295
2
SIZE (cymbaline-1.2b.tar.gz) = 43978
2
SIZE (cymbaline-1.2d.tar.gz) = 44148

Return to bug 68425