1997-07-10 09:41:25 +00:00
|
|
|
# New ports collection makefile for: mpg123
|
1998-05-28 13:34:35 +00:00
|
|
|
# Version required: 0.59o
|
1997-07-10 09:41:25 +00:00
|
|
|
# Date created: 25 June 1997
|
|
|
|
# Whom: Carey Jones <mcj@acquiesce.org>
|
|
|
|
#
|
1998-11-14 09:43:39 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/10/03 12:09:54 jkoshy Exp $
|
1997-07-10 09:41:25 +00:00
|
|
|
#
|
|
|
|
|
1998-05-28 13:34:35 +00:00
|
|
|
DISTNAME= mpg123-0.59o
|
1997-07-10 09:41:25 +00:00
|
|
|
CATEGORIES= audio
|
1998-02-02 14:29:36 +00:00
|
|
|
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
|
|
|
|
http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/
|
1997-07-10 09:41:25 +00:00
|
|
|
|
1998-10-03 12:09:54 +00:00
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
1997-07-10 09:41:25 +00:00
|
|
|
|
|
|
|
MAN1= mpg123.1
|
|
|
|
|
1998-11-14 09:43:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1998-10-03 12:09:54 +00:00
|
|
|
|
|
|
|
.if ${PORTOBJFORMAT} == "elf"
|
|
|
|
ALL_TARGET= freebsd-elf
|
|
|
|
.else
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
.endif
|
1998-11-14 09:43:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|