aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openquicktime/Makefile
blob: 3d497d54c842e7328305850aaebedda82e6d7ba6 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New ports collection makefile for:	openquicktime
# Date created:				Mon Sep 24 16:26:33 BRT 2001
# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	openquicktime
PORTVERSION=	1.0
PORTREVISION=	4
CATEGORIES=	multimedia
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	openquicktime
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Portable library for handling Apple's QuickTime(TM) files

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg

GNU_CONFIGURE=	yes
USE_GNOME=	gtk12
USE_GMAKE=	yes
USE_LDCONFIG=	yes
PKGDEINSTALL=	${PKGINSTALL}

OPTIONS=	DEBUG "Turn on debugging" off

.include <bsd.port.pre.mk>

.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=	--enable-debug=no
.endif

.if ${OSVERSION} < 700000
BROKEN=		Does not install
.endif

.if ${ARCH} != "i386"
BROKEN=		Does not build on !i386
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|xCC|xc| ; s|-O2||' \
		-e 's|ftello64|ftello| ; s|fseeko64|fseeko|' \
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
	@${REINPLACE_CMD} -e 's|"m"|"g"|' \
		${WRKSRC}/audioplugin/MP3/audioencoder/lame3.70/quantize-pvt.c
.if ${OSVERSION} >= 502126
	@${REINPLACE_CMD} \
		-e 's|-fpic||' \
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.endif

post-install:
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
		${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.post.mk>