1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/mad/Makefile
FUJISHIMA Satsuki 9a1e7ef848 o update mad to 0.12.5beta.
o respect CFLAGS.
o add LIB_DEPENDS to gettext and use shared libintl.
o add USE_LIBTOOL to supress installing ltlibs.
o add CONFIGURE_ARGS tweak to get the fast and accurate output(I believe).
o obsolete patch-ab(integrated).

Approved by:	maintainer
2001-02-20 18:51:09 +00:00

29 lines
689 B
Makefile

# New ports collection makefile for: mad
# Date created: 18 November 2000
# Whom: Jason R. Mastaler <jason-freebsd@mastaler.com> et al.
#
# $FreeBSD$
#
PORTNAME= mad
PORTVERSION= 0.12.5b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= jason-freebsd@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>