openbsd-ports/audio/mpg123/Makefile

24 lines
551 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 1999/12/01 16:22:01 espie Exp $
1999-03-05 09:26:57 -05:00
DISTNAME= mpg123-0.59q
CATEGORIES= audio
1999-09-07 10:55:21 -04:00
MASTER_SITES= http://www.mpg123.de/mpg123 \
http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
1999-03-05 09:26:57 -05:00
ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
1998-10-06 19:18:44 -04:00
1999-12-01 10:26:59 -05:00
MAINTAINER= ho@openbsd.org
1999-09-07 10:55:21 -04:00
HOMEPAGE= http://www.mpg123.de/
.if (${MACHINE_ARCH} != "i386")
ALL_TARGET= openbsd
.else
ALL_TARGET= openbsd-i386
.endif
post-patch:
@cp ${FILESDIR}/{audio_openbsd.c,term.c} ${WRKSRC}
.include <bsd.port.mk>