# New ports collection makefile for: smplayer # Date created: 13 Jun, 2007 # Whom: Diego Depaoli and Yinghong Liu # # $FreeBSD$ # PORTNAME= smplayer DISTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= multimedia audio kde MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}final MAINTAINER= miwi@FreeBSD.org COMMENT= A complete front-end based on QT4 for mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ ${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-themes USE_QT_VER= 4 QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build uic_build \ uic3_build porting_build opengl linguist ALL_TARGET= src/smplayer USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes MAN1= smplayer.1 MANCOMPRESSED= yes PORTDOCS= Changelog Copying.txt Install.txt Not_so_obvious_things.txt \ Readme.txt Release_notes.txt post-patch: @${REINPLACE_CMD} -e 's|qmake|${QMAKE}|g' \ -e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \ -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \ -e 's,/share/man,/man,g' \ ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif .include