aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-songchange/Makefile
blob: 41c2ea9924e783761274089e05877e8c6354a1b4 (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
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=   bmp-songchange
PORTVERSION=    0.0.2
PORTREVISION=   10
CATEGORIES= audio
MASTER_SITES=   BERLIOS/bmp-plugins

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

LICENSE=    GPLv2

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

USES=       pkgconfig

GNU_CONFIGURE=  yes

PLIST_FILES=    lib/bmp/General/libsong_change.so

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

.include <bsd.port.mk>