summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-10-03 12:09:54 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-10-03 12:09:54 +0000
commiteefb5a8dd3a3906781bb98f02e88d1896012ac04 (patch)
treea48f0dff9f43933408ee482bd78ea9623c709823 /audio/mpg123/Makefile
parentUpgrade to v0.9. (diff)
Unbreak for ELF builds, take over as maintainer.
Notes
Notes: svn path=/head/; revision=13607
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index ce5fce0a7a54..01cf7b24fe71 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 June 1997
# Whom: Carey Jones <mcj@acquiesce.org>
#
-# $Id: Makefile,v 1.6 1998/05/28 13:34:30 torstenb Exp $
+# $Id: Makefile,v 1.7 1998/09/28 01:50:59 steve Exp $
#
DISTNAME= mpg123-0.59o
@@ -11,11 +11,14 @@ CATEGORIES= audio
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= jkoshy@freebsd.org
-BROKEN_ELF= build
-
-ALL_TARGET= freebsd
MAN1= mpg123.1
.include <bsd.port.mk>
+
+.if ${PORTOBJFORMAT} == "elf"
+ALL_TARGET= freebsd-elf
+.else
+ALL_TARGET= freebsd
+.endif