aboutsummaryrefslogtreecommitdiff
path: root/audio/bmp-songchange/Makefile
blob: 1c5bf8bb138c0c2005961f5a3bfd98cf176cff52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	bmp-song_change
# Date created:				27 January, 2005
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	bmp-songchange
PORTVERSION=	0.0.2
PORTREVISION=	9
CATEGORIES=	audio
MASTER_SITES=	http://download.berlios.de/bmp-plugins/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Beep Media Player do-this-on-song-change plugin

LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player

GNU_CONFIGURE=  yes

PLIST_FILES=	lib/bmp/General/libsong_change.so

.include <bsd.port.pre.mk>

post-patch:
	${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure

.include <bsd.port.post.mk>