freebsd-ports/sysutils/knutclient-kde4/Makefile
Max Brazhnikov b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00

23 lines
670 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= knutclient
PORTVERSION= 1.0.4
PORTREVISION= 6
CATEGORIES= sysutils kde
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \
http://www.ringofsaturn.com/distfiles/ \
http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
MAINTAINER= rnejdl@ringofsaturn.com
COMMENT= Visual client for UPS system NUT
LIB_DEPENDS= libqimageblitz.so:${PORTSDIR}/x11/qimageblitz
CONFLICTS= knutclient-0.*
USES= cmake gettext
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
LATEST_LINK= knutclient-kde4
.include <bsd.port.mk>