2013-01-26 17:34:39 +01:00
|
|
|
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
2003-01-20 08:08:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mp3gain
|
2011-03-12 07:34:14 +01:00
|
|
|
PORTVERSION= 1.5.2
|
2003-01-20 08:08:27 +01:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF
|
2005-04-14 18:03:55 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src
|
2003-01-20 08:08:27 +01:00
|
|
|
|
2006-04-06 16:04:18 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2013-10-31 08:42:03 +01:00
|
|
|
COMMENT= Tool to normalize the gain of MP3 files
|
2003-01-20 08:08:27 +01:00
|
|
|
|
2010-06-05 08:14:28 +02:00
|
|
|
LICENSE= LGPL21
|
2010-06-04 15:49:15 +02:00
|
|
|
|
2013-10-31 08:42:03 +01:00
|
|
|
USES= uidfix
|
2013-09-21 13:06:03 +02:00
|
|
|
|
2003-01-20 08:08:27 +01:00
|
|
|
USE_ZIP= yes
|
2011-03-12 07:34:14 +01:00
|
|
|
USE_DOS2UNIX= yes
|
2003-01-20 08:08:27 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2013-09-21 13:06:03 +02:00
|
|
|
PLIST_FILES= bin/mp3gain
|
2003-01-20 08:08:27 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
|
|
|
|
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|