freebsd-ports/net/knemo-kde4/Makefile
Alberto Villa a6e1119138 - Import my upstream patches:
* fix wrong traffic report;
  * fix link state awareness;
  * fix wrong encryption state with MIXED privacy WEP connections;
  * fix default gateway detection.
- Update COMMENT.
- Bump PORTREVISION.

https://bugs.kde.org/show_bug.cgi?id=301546
https://bugs.kde.org/show_bug.cgi?id=301577
https://bugs.kde.org/show_bug.cgi?id=301697
https://bugs.kde.org/show_bug.cgi?id=301699

Approved by:	makc (maintainer) via email
2012-06-12 12:06:19 +00:00

33 lines
724 B
Makefile

# New ports collection makefile for: knemo
# Date created: Sat Jan 22 00:20:26 CET 2005
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= knemo
PORTVERSION= 0.7.2
PORTREVISION= 4
CATEGORIES= net kde
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
DISTNAME= 12956-${PORTNAME}-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= KDE network monitor
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_CMAKE= yes
USE_QT4= qmake_build moc_build uic_build rcc_build
USE_KDE4= kdeprefix kdelibs automoc4
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not build on 7.X
.endif
.include <bsd.port.post.mk>