freebsd-ports/audio/mad/Makefile
Ying-Chieh Liao a4cab15842 change maintainer's email
PR:		27507
Submitted by:	maintainer
2001-05-22 16:57:53 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: mad
# Date created: 18 November 2000
# Whom: Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#
PORTNAME= mad
PORTVERSION= 0.13.0b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= jason@mastaler.com
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmad/configure
CONFIGURE_ARGS= --disable-debugging --enable-sso --enable-accuracy
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= abxtest.1 madplay.1
.include <bsd.port.mk>