1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/kwooty/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

34 lines
893 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
USES= cmake
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>