aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libquicktime-lame/Makefile
blob: 99eb960f39d5e2f29475b4c3b410dac8c720077a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Ports collection makefile for:    libquicktime-lame
# Date Created:             Aug 11, 2009
# Whom:                 mm
#
# $FreeBSD$
#

PORTNAME=   libquicktime
CATEGORIES= multimedia
PKGNAMESUFFIX=  -lame
PORTREVISION=   5

MAINTAINER= mm@FreeBSD.org
COMMENT=    LAME plugin for libquicktime

LIB_DEPENDS=    quicktime.0:${PORTSDIR}/multimedia/libquicktime \
        mp3lame.0:${PORTSDIR}/audio/lame

MASTERDIR=  ${.CURDIR}/../libquicktime
PLIST=      ${.CURDIR}/pkg-plist

LATEST_LINK=    ${PORTNAME}-${PKGNAMESUFFIX}

_BUILDING_LIBQUICKTIME_PLUGINS= yes

CONFIGURE_ARGS+=    --with-lame \
            --without-x \
            --without-cpuflags \
            --without-gtk \
            --without-opengl \
            --without-libdv \
            --without-libjpeg \
            --without-libpng \
            --without-ffmpeg \
            --without-faac \
            --without-faad2 \
            --without-x264 \
            --without-schroedinger

do-install:
    @cd ${WRKSRC}/plugins/lame && ${GMAKE} install

.include "${MASTERDIR}/Makefile"