1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/libmad/Makefile
Joe Marcus Clarke 2e0d331d7a Add libmad, the library backend to the MAD audio project. MAD is a
high-quality MPEG 1 and 2 audio decoder.

PR:		59702
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-12-07 00:50:00 +00:00

25 lines
520 B
Makefile

# New ports collection makefile for: libmad
# Date created: 26 November 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= libmad
PORTVERSION= 0.15.0b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= Libmad library (part of MAD project)
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debugging \
--enable-sso \
--enable-accuracy
.include <bsd.port.mk>