freebsd-ports/audio/mp3gain/Makefile

27 lines
542 B
Makefile
Raw Normal View History

2013-01-26 17:34:39 +01:00
# 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
2006-04-06 16:04:18 +02:00
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Tool to normalize the gain of MP3 files
2010-06-05 08:14:28 +02:00
LICENSE= LGPL21
2010-06-04 15:49:15 +02:00
USES= uidfix
USE_ZIP= yes
USE_DOS2UNIX= yes
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>