c1dcd83c49
PR: 52276 Submitted by: Ports Fury
40 lines
932 B
Makefile
40 lines
932 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libquicktime
|
|
# Date Created: Jul 17, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libquicktime
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library for reading and writing quicktime files
|
|
|
|
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
dv.3:${PORTSDIR}/multimedia/libdv \
|
|
png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_MESA= yes
|
|
USE_GNOME= gtk12
|
|
USE_REINPLACE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
MAN1= lqtplay.1
|
|
|
|
CFLAGS+= -O0
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$$OPTIMIZE_CFLAGS $$COMMON_CFLAGS|$$CFLAGS|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|