openbsd-ports/audio/mpg321/Makefile
naddy 518148ecdf SHOUTcast Distributed Network Audio Server just disconnects if there
is no user-agent identification.
From: Frank Ruell <stoerte@dreamwarrior.net>
2005-09-10 16:42:01 +00:00

35 lines
810 B
Makefile

# $OpenBSD: Makefile,v 1.16 2005/09/10 16:42:01 naddy Exp $
# not very useful with static libao
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "free clone of mpg123, a command-line mp3 player"
DISTNAME= mpg321-0.2.10
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
HOMEPAGE= http://mpg321.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg321/}
LIB_DEPENDS= ao.3::audio/libao \
id3tag.2::audio/libid3tag \
mad.2::audio/libmad
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-mpg123-symlink
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>