aboutsummaryrefslogtreecommitdiffstats
path: root/audio/madplay/Makefile
blob: a01e8b9e24edcb7c6413c0f50d88fc757c2ebc4e (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Created by: Sergey Akifyev <asa@gascom.ru>
# $FreeBSD$

PORTNAME=   madplay
PORTVERSION=    0.15.2b
PORTREVISION=   3
CATEGORIES= audio
MASTER_SITES=   SF/mad/${PORTNAME}/${PORTVERSION} \
        ftp://ftp.mars.org/pub/mpeg/


MAINTAINER= ports@FreeBSD.org
COMMENT=    Madplay MP3 player (part of MAD project)

LIB_DEPENDS=    mad.2:${PORTSDIR}/audio/libmad \
        id3tag.0:${PORTSDIR}/audio/libid3tag

LICENSE=    GPLv2

WANT_GNOME= yes

GNU_CONFIGURE=  yes
CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
ALL_TARGET= all madtime

MAN1=       abxtest.1 madplay.1

OPTIONS_DEFINE=NLS ESOUND
OPTIONS_DEFAULT=NLS ESOUND
NO_OPTIONS_SORT=yes
TCL82_MAN_DESC= Install tcl 8.3 manpages

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT=        yes
PLIST_SUB+=     NLS=""
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+=     NLS="@comment "
.endif

.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
.else
CONFIGURE_ARGS+=    --without-esd
.endif

post-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin

.include <bsd.port.mk>