# New ports collection makefile for: openquicktime # Date created: Mon Sep 24 16:26:33 BRT 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= openquicktime PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openquicktime DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= lioux@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_REINPLACE= yes USE_SIZE= yes INSTALL_SHLIBS= yes PKGDEINSTALL= ${PKGINSTALL} OPTIONS= DEBUG "Turn on debugging" on .include .ifndef(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=no .endif .if ${ARCH} == "sparc64" BROKEN= "Does not build on sparc64" .endif post-patch: @${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include