diff options
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index ce5fce0..01cf7b2 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 |