1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/mythplugin-mythmusic/Makefile
Tilman Keskinoz 4efbbe5d03 Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
2016-04-29 15:20:28 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
PORTNAME= mythmusic
PORTVERSION= 0.27.5
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= audio
PKGNAMEPREFIX= mythplugin-
MAINTAINER= decke@FreeBSD.org
COMMENT= Music playing plugin for MythTV
LIB_DEPENDS= libcdio.so:sysutils/libcdio \
libFLAC.so:audio/flac \
libvorbis.so:audio/libvorbis \
libtag.so:audio/taglib \
libfftw3f.so:math/fftw3-float
BUILD_DEPENDS= mythfrontend:multimedia/mythtv
USE_GITHUB= yes
GH_ACCOUNT= MythTV
GH_PROJECT= mythtv
WRKSRC_SUBDIR= mythplugins
USE_QT4= linguist_build moc_build qmake_build rcc_build uic_build
HAS_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/lib/mythtv/plugins
DESTDIRNAME= INSTALL_ROOT
PLIST_SUB+= MYTHSHARE="share/mythtv"
QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
CONFIGURE_ARGS= --prefix="${PREFIX}" --disable-all \
--enable-mythmusic --enable-fftw --enable-opengl
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/configure \
${WRKSRC}/mythmusic/mythmusic/mythmusic.pro
@${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|g' \
${WRKSRC}/configure
.include <bsd.port.mk>