mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2111df9bca
Hat: portmgr Feature safe: yes
49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
# New ports collection makefile for: cuberok
|
|
# Date created: 2010-05-09
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cuberok
|
|
PORTVERSION= 0.0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= A music player and a collection manager based on Qt4
|
|
|
|
BUILD_DEPENDS= audiere-config:${PORTSDIR}/audio/audiere \
|
|
${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
|
|
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
|
|
avformat.1:${PORTSDIR}/multimedia/ffmpeg \
|
|
avutil.1:${PORTSDIR}/multimedia/ffmpeg \
|
|
tag.1:${PORTSDIR}/audio/taglib
|
|
|
|
USE_QT_VER= 4
|
|
USE_LDCONFIG= yes
|
|
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \
|
|
network phonon-gst sql
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
USE_SDL= sdl
|
|
QMAKEFLAGS+= "CONFIG+=player_phonon"
|
|
MAKE_ENV+= INSTALL_ROOT=${PREFIX}
|
|
QMAKEPRO= Cuberok.pro
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/lib64/lib/g' \
|
|
plugins/plugins_path-x86*
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on sparc64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|