freebsd-ports/audio/mpg321/Makefile
Christian Weisgerber 70080bf1f6 * Fix libmad and libid3tag dependencies.
Submitted by:	sheldonh

* Don't leak file descriptors on error.

Obtained from:	Debian
2004-01-07 20:24:23 +00:00

29 lines
677 B
Makefile

# New ports collection makefile for: mpg321
# Date created: Mar 17, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mpg321
PORTVERSION= 0.2.10
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpg321
MAINTAINER= naddy@FreeBSD.org
COMMENT= A free command-line mp3 player, compatible with mpg123
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
id3tag.2:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mpg123-symlink
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mpg321.1
.include <bsd.port.mk>