1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/mp3gain/Makefile
2021-04-06 16:31:07 +02:00

27 lines
561 B
Makefile

# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
PORTNAME= mp3gain
PORTVERSION= 1.6.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
LIB_DEPENDS= libmpg123.so:audio/mpg123
USES= zip gmake uidfix
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_WRKSUBDIR= yes
PLIST_FILES= bin/mp3gain
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3gain ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>