aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg321/Makefile
blob: f2066b023456dd095d57055b82a0f9b73addc724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=   2
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 \
        mad.1:${PORTSDIR}/audio/mad

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>