Skip to content

Commit

Permalink
audio/csoundqt: Remove dependency on www/qt5-webkit
Browse files Browse the repository at this point in the history
PR:		275528
Approved by:	yuri (maintainer-timeout)
  • Loading branch information
BSDKaffee authored and 5u623l20 committed Dec 30, 2023
1 parent 770e720 commit 3f7e50b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions audio/csoundqt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= CsoundQt
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -11,14 +11,11 @@ WWW= https://csoundqt.github.io/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt

DEPRECATED= Depends on deprecated www/qt5-webkit
EXPIRATION_DATE= 2023-12-31

LIB_DEPENDS= libcsound64.so:audio/csound

USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info
USE_GITHUB= yes
USE_QT= concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools:build
USE_QT= concurrent core declarative gui network printsupport widgets xml buildtools:build
USE_GL= gl

QMAKE_ARGS= CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \
Expand All @@ -34,6 +31,9 @@ PORTEXAMPLES= *
post-patch:
@${REINPLACE_CMD} 's|Q_OS_LINUX|Q_OS_FREEBSD| ; s|/usr/|${LOCALBASE}/|' ${WRKSRC}/src/types.h

post-stage:
@${RM} -f ${STAGEDIR}${PREFIX}/share/applications/ecp.*

post-install:
@${MV} ${STAGEDIR}${DATADIR}/Examples ${STAGEDIR}${EXAMPLESDIR}
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/${PORTNAME}-d-cs6
Expand Down

0 comments on commit 3f7e50b

Please sign in to comment.