mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
33 lines
698 B
Makefile
33 lines
698 B
Makefile
# New ports collection makefile for: mp3gain
|
|
# Date created: 5 September 2002
|
|
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mp3gain
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= A tool to normalize the gain of MP3 files
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PLIST_FILES= bin/mp3gain
|
|
USE_ZIP= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-patch:
|
|
@${FIND} ${WRKDIR} -type f -print0 | ${XARGS} -0 \
|
|
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
|
|
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile
|
|
|
|
.include <bsd.port.mk>
|