1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/kwooty/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
817 B
Makefile

# Created by: Mina R Waheeb <syncer@gmail.com>
# $FreeBSD$
PORTNAME= kwooty
PORTVERSION= 0.8.3
PORTREVISION= 4
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
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>