366a97ec37
See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
19 lines
469 B
Makefile
19 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= knemo
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 12956-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE network monitor
|
|
|
|
USES= cmake gettext kde:4 shebangfix tar:xz
|
|
SHEBANG_FILES= src/kconf_update/*.pl
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build
|
|
USE_KDE= kdelibs workspace automoc4
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|