aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmad/Makefile
blob: f15dcba6c09cb73a6ebd6e2448fb6a8112a3c9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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_VER=    13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debugging \
        --enable-sso \
        --enable-accuracy

.include <bsd.port.mk>