mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
30 lines
781 B
Makefile
30 lines
781 B
Makefile
# Created by: Mina R Waheeb <syncer@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kwooty
|
|
PORTVERSION= 0.8.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= syncer@gmail.com
|
|
COMMENT= Usenet binary downloader for KDE4
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/unrar:archivers/unrar \
|
|
${LOCALBASE}/bin/par2:archivers/par2cmdline \
|
|
${LOCALBASE}/bin/7z:archivers/p7zip
|
|
|
|
USES= cmake gettext kde:4 qt:4
|
|
USE_KDE= kdelibs automoc4 workspace
|
|
USE_QT= qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \
|
|
${WRKSRC}/src/preferences/kwootysettings.kcfg
|
|
${REINPLACE_CMD} -e 's|PreferencesServer::MAX_SERVERS|5|g' \
|
|
${WRKSRC}/src/preferences/*.cpp \
|
|
${WRKSRC}/src/widgets/*.cpp
|
|
|
|
.include <bsd.port.mk>
|