aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3gain/Makefile
blob: 24049f8e3dbea96b0003559d0ee9ff2f01117812 (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: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
# $FreeBSD$

PORTNAME=   mp3gain
PORTVERSION=    1.5.2
CATEGORIES= audio
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/\./_/g}-src

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Tool to normalize the gain of MP3 files

LICENSE=    LGPL21

USES=       uidfix

USE_ZIP=    yes
USES=       dos2unix
NO_WRKSUBDIR=   yes
PLIST_FILES=    bin/mp3gain

post-patch:
    @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
    @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile

.include <bsd.port.mk>