mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
48 lines
960 B
Makefile
48 lines
960 B
Makefile
# Ports collection makefile for: libquicktime-lame
|
|
# Date Created: Aug 11, 2009
|
|
# Whom: mm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libquicktime
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
PKGNAMESUFFIX= -lame
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= LAME plugin for libquicktime
|
|
|
|
LIB_DEPENDS= quicktime.0:${PORTSDIR}/multimedia/libquicktime \
|
|
mp3lame.0:${PORTSDIR}/audio/lame
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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"
|