1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/mad/Makefile
Mario Sergio Fujikawa Ferreira 8b5d6fc1d8 New port audio/mad, a High-quality MPEG audio decoder.
PR:		22950
Submitted by:	Jason R. Mastaler <jason-freebsd@mastaler.com>
2000-12-19 15:39:12 +00:00

30 lines
771 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.1b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= jason-freebsd@mastaler.com
GNU_CONFIGURE= yes
# This port is not CFLAGS SAFE, something like CFLAGS="-O -Os"
# breaks configure and configure likes to use -O2 instead of
# trusting the system. We'll have it use -O instead of -O*
# since this configure requires a standard and this has
# been the system standard
CONFIGURE_ENV= CFLAGS="-O -pipe"
USE_GMAKE= yes
USE_LIBTOOL= yes
MAN1= abxtest.1 madplay.1
.include <bsd.port.mk>