aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audacious-dumb/Makefile
blob: a889d6b48db5dd79e66d9625af85a3fdf698dc2a (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
29
30
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   audacious-dumb
PORTVERSION=    0.83
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://www.netswarm.net/misc/ \
        LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Audacious plugin that support the IT, XM, S3M, or MOD formats

LICENSE=    GPLv2

RUN_DEPENDS=    audacious:${PORTSDIR}/multimedia/audacious
BUILD_DEPENDS=  audacious:${PORTSDIR}/multimedia/audacious \
        ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb

BROKEN=     Does not compile with audacious 3.6.x.
USES=       gmake pkgconfig
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/audacious/Input/dumb.so

.include <bsd.port.mk>