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