b50a4186ce
PR: 218658 Submitted by: riggs
26 lines
668 B
Makefile
26 lines
668 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knutclient
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 7
|
|
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= ports@FreeBSD.org
|
|
COMMENT= Visual client for UPS system NUT
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqimageblitz.so:x11/qimageblitz
|
|
|
|
CONFLICTS= knutclient-0.*
|
|
|
|
USES= cmake gettext kde:4
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|