ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/audio/madplay/Makefile
Revision: 17833
Committed: Tue Nov 11 13:37:51 2014 UTC (9 years, 4 months ago) by laffer1
File size: 724 byte(s)
Log Message:
modernize madplay port

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= madplay
4 PORTVERSION= 0.15.2b
5 PORTREVISION= 1
6 CATEGORIES= audio
7 MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \
8 ftp://ftp.mars.org/pub/mpeg/
9
10 MAINTAINER= asa@gascom.ru
11 COMMENT= Madplay MP3 player (part of MAD project)
12
13 LICENSE= gpl2
14
15 LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \
16 libid3tag.so:${PORTSDIR}/audio/libid3tag
17
18 GNU_CONFIGURE= yes
19 CFLAGS+= -I${LOCALBASE}/include
20 LDFLAGS+= -L${LOCALBASE}/lib -lz
21 ALL_TARGET= all madtime
22
23 OPTIONS_DEFINE= NLS ESOUND
24 OPTIONS_DEFAULT=ESOUND
25 OPTIONS_SUB= yes
26
27 NLS_USES= gettext
28 NLS_CONFIGURE_ENABLE= nls
29 ESOUND_USE= GNOME=esound
30 ESOUND_CONFIGURE_WITH= esd
31
32 post-install:
33 ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin
34
35 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H