mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
45f7d4ce9c
Use USES=libtool
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aacgain
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://altosdesign.com/aacgain/alvarez/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool tar:bzip2
|
|
PLIST_FILES= bin/aacgain
|
|
|
|
.include <bsd.port.mk>
|