diff options
Diffstat (limited to 'audio/wavegain/Makefile')
-rw-r--r-- | audio/wavegain/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile index 91622c5446d0..282afcb8b530 100644 --- a/audio/wavegain/Makefile +++ b/audio/wavegain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wavegain -# Date created: 24 May 2008 -# Whom: Denise H. G. <darcsis@gmail.com> -# +# Created by: Denise H. G. <darcsis@gmail.com> # $FreeBSD$ -# PORTNAME= wavegain PORTVERSION= 1.2.8 @@ -16,8 +12,8 @@ COMMENT= A program that applies ReplayGain to wave files LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile +USES= gmake USE_ZIP= yes -USE_GMAKE= yes USE_DOS2UNIX= audio.c wavegain.c PLIST_FILES= bin/wavegain |