15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
41 lines
869 B
Makefile
41 lines
869 B
Makefile
# Created by: mm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libquicktime
|
|
PORTREVISION= 4
|
|
CATEGORIES= multimedia
|
|
PKGNAMESUFFIX= -lame
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LAME plugin for libquicktime
|
|
|
|
LIB_DEPENDS= libquicktime.so:${PORTSDIR}/multimedia/libquicktime \
|
|
libmp3lame.so:${PORTSDIR}/audio/lame
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MASTERDIR= ${.CURDIR}/../libquicktime
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
_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 && ${SETENV} ${MAKE_ENV} \
|
|
${MAKE_CMD} install ${MAKE_ARGS}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|