1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/kwooty/Makefile
Martin Wilke 7fda00e20d Kwooty is a .nzb usenet binary downloader for KDE4.
It supports automatic file verifying/repairing
with par2 files and automatic .rar archive extraction.

WWW: http://kwooty.sourceforge.net/

PR:		ports/146780
Submitted by:	Mina R Waheeb <sycner at gmail.com>
2010-07-14 02:18:53 +00:00

29 lines
739 B
Makefile

# New ports collection makefile for: kwooty
# Date created: 5 Apr 2010
# Whom: Mina R Waheeb <sycner@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kwooty
PORTVERSION= 0.4.0
CATEGORIES= net kde
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= sycner@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_CMAKE= yes
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
post-patch:
${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/src/preferences/settings.kcfg
.include <bsd.port.mk>