openbsd-ports/audio/mpg123/Makefile
brad 33573e959c it's stupid to download a separate diff (l3.diff.gz) to fix mpg123 on alpha
and then modify most of it locally to work on other 64-bit archs so just
merge this tiny diff into patch-layer3_c
2004-09-15 20:38:07 +00:00

47 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.33 2004/09/15 20:38:07 brad Exp $
COMMENT= "mpeg audio 1/2 layer 1, 2 and 3 player"
DISTNAME= mpg123-0.59r
PKGNAME= ${DISTNAME}p2
CATEGORIES= audio
HOMEPAGE= http://www.mpg123.de/
# Long, unclear license in ${WRKSRC}/COPYING.
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.mpg123.de/mpg123/ \
http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES= mpg123-059r-v6-20000713b.diff.gz:0
PATCH_DIST_STRIP= -p1
FLAVORS= esd
FLAVOR?=
.if ${FLAVOR:L:Mesd}
LIB_DEPENDS= esd.2::audio/esound
ALL_TARGET= openbsd-esd
.else
ALL_TARGET= openbsd
.endif
MAKE_FLAGS= CC='${CC}'
post-patch:
@cp ${FILESDIR}/audio_openbsd.c ${FILESDIR}/term.c ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/mpg123
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/mpg123
NO_REGRESS= Yes
.include <bsd.port.mk>