2010-07-14 04:18:53 +02:00
|
|
|
# New ports collection makefile for: kwooty
|
|
|
|
# Date created: 5 Apr 2010
|
2011-03-25 12:13:50 +01:00
|
|
|
# Whom: Mina R Waheeb <syncer@gmail.com>
|
2010-07-14 04:18:53 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kwooty
|
2012-06-09 01:05:20 +02:00
|
|
|
PORTVERSION= 0.8.3
|
2010-07-14 04:18:53 +02:00
|
|
|
CATEGORIES= net kde
|
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
|
2011-03-25 12:13:50 +01:00
|
|
|
MAINTAINER= syncer@gmail.com
|
2010-07-14 04:18:53 +02:00
|
|
|
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
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
2013-03-22 21:06:14 +01:00
|
|
|
USES= cmake
|
2011-03-25 11:40:10 +01:00
|
|
|
USE_LDCONFIG= yes
|
2010-07-14 04:18:53 +02:00
|
|
|
|
|
|
|
post-patch:
|
2011-03-25 11:40:10 +01:00
|
|
|
${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
|
2010-07-14 04:18:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|