summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-15 13:46:22 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-15 13:46:22 +0000
commitc815a3b9b085bdf2fcdef7df4fa2c2bc4359a13c (patch)
tree32bbb54cfb652738b12cbd2ed074078fdded7158 /audio/mpg123/Makefile
parent- Update to 5.15-61 (diff)
- Force GCC to do the build for the time being, since Clang produces bad code
at least on amd64 (mpg123 simply dumps core upon run) - Trim Makefile header, retouch COMMENT, and perform minor Makefile cleanups Approved by: novel (maintainer)
Notes
Notes: svn path=/head/; revision=312288
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile15
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>