1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/kwooty/Makefile
Max Brazhnikov 59cb6c5ffa update to 0.8.3 to fix build with KDE SC 4.8.3
PR:		ports/168303
Approved by:	maintainer timeout (15 days)
2012-06-08 23:05:20 +00:00

34 lines
895 B
Makefile

# New ports collection makefile for: kwooty
# Date created: 5 Apr 2010
# Whom: Mina R Waheeb <syncer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kwooty
PORTVERSION= 0.8.3
CATEGORIES= net kde
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= syncer@gmail.com
COMMENT= Usenet binary downloader for KDE4
RUN_DEPENDS= ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \
${LOCALBASE}/bin/par2:${PORTSDIR}/archivers/par2cmdline \
${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
USE_QT4= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
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>