diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-15 13:46:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-15 13:46:22 +0000 |
commit | c815a3b9b085bdf2fcdef7df4fa2c2bc4359a13c (patch) | |
tree | 32bbb54cfb652738b12cbd2ed074078fdded7158 /audio/mpg123/Makefile | |
parent | 1f3f4b793f583a66c059d782aca687ff6a30072c (diff) | |
download | ports-c815a3b9b085bdf2fcdef7df4fa2c2bc4359a13c.tar.gz ports-c815a3b9b085bdf2fcdef7df4fa2c2bc4359a13c.zip |
Notes
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index dffec6459b3a..4c56da461706 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpg123 -# Date created: 25 June 1997 -# Whom: Carey Jones <mcj@acquiesce.org> -# +# Created by: Carey Jones <mcj@acquiesce.org> # $FreeBSD$ -# PORTNAME= mpg123 PORTVERSION= 1.14.4 @@ -12,14 +8,15 @@ MASTER_SITES= SF \ http://www.mpg123.de/download/ MAINTAINER= novel@FreeBSD.org -COMMENT= Command-line player for mpeg layer 1, 2, and 3 audio +COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files LICENSE= LGPL21 -USE_GNOME= gnomehack ltverhack USE_BZIP2= yes USE_AUTOTOOLS= libtool libltdl +USE_GNOME= gnomehack ltverhack USE_LDCONFIG= yes +USE_GCC= any # dumps core on amd64 if built with clang GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimization=0 \ @@ -29,7 +26,7 @@ CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= mpg123.1 +MAN1= ${PORTNAME}.1 .include <bsd.port.pre.mk> @@ -48,7 +45,7 @@ WITH_CPU= x86-64 .endif .if defined(WITH_CPU) -CONFIGURE_ARGS+=--with-cpu=${WITH_CPU} +CONFIGURE_ARGS+= --with-cpu=${WITH_CPU} .endif .include <bsd.port.post.mk> |