aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-cdread/Makefile
blob: 422d7ed3b689e76cd2f0f19bac5e87934df906b4 (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
# Created by: Sergey V. Belov <argail@csite.ru>
# $FreeBSD$

PORTNAME=   xmms-cdread
PORTVERSION=    0.14a
PORTREVISION=   6
CATEGORIES= audio
MASTER_SITES=   ftp://ftp.stack.nl/pub/users/willem/

MAINTAINER= argail@visit.ru
COMMENT=    A XMMS input plugin for read AudioCD via IDE bus

BUILD_DEPENDS=  xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS=    xmms:${PORTSDIR}/multimedia/xmms

USE_GNOME=  gtk12
USES=       gmake
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

CFLAGS+=    -L${LOCALBASE}/lib

PLIST_FILES=    lib/xmms/Input/libcdread.so lib/xmms/Input/libcdread.la

post-patch:
    @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig

.include <bsd.port.mk>