the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to the "MODULES=devel/qmake x11/qtX" logic. Discussed with espie@ a few weeks ago.
35 lines
829 B
Makefile
35 lines
829 B
Makefile
# $OpenBSD: Makefile,v 1.13 2016/03/26 20:37:35 zhuk Exp $
|
|
|
|
COMMENT = graphical music player focused on a clean ui
|
|
DISTNAME = musique-1.4
|
|
CATEGORIES = audio
|
|
REVISION = 2
|
|
|
|
HOMEPAGE = http://flavio.tordini.org/musique/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = http://flavio.tordini.org/files/musique/
|
|
|
|
WANTLIB += ICE QtDBus QtGui QtNetwork QtSql QtXml SM
|
|
WANTLIB += X11 Xext Xi Xinerama Xrender c fontconfig
|
|
WANTLIB += freetype m phonon pthread stdc++ tag
|
|
|
|
MODULES = devel/qmake x11/qt4
|
|
|
|
LIB_DEPENDS = audio/taglib
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
multimedia/gstreamer-0.10/plugins-good \
|
|
multimedia/gstreamer-0.10/plugins-ffmpeg \
|
|
x11/gtk+3,-guic
|
|
|
|
WRKDIST = ${WRKDIR}/musique
|
|
NO_TEST = Yes
|
|
|
|
pre-configure:
|
|
perl -pi -e 's,/usr/include,${LOCALBASE}/include,' ${WRKSRC}/musique.pro
|
|
|
|
.include <bsd.port.mk>
|