openbsd-ports/audio/mpg321/Makefile
2001-09-30 14:24:47 +00:00

29 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/09/30 14:24:47 naddy Exp $
COMMENT= "free clone of mpg123, a command-line mp3 player"
DISTNAME= mpg321-0.2.0
CATEGORIES= audio
NEED_VERSION= 1.435
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://people.debian.org/~drew/
DISTFILES= ${DISTNAME:S/-/_/}${EXTRACT_SUFX}
LIB_DEPENDS= ao.2::audio/libao \
mad.0::audio/mad
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>