blob: 6f1ecbb445a6915e5509094d61d61683ad609ee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: KDE Nut Client
# Date created: Mon Apr 28 05:30:59 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= knutclient
PORTVERSION= 1.0.4
PORTREVISION= 3
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= A visual client for UPS system NUT
LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz
CONFLICTS= knutclient-0.*
USES= cmake gettext
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
LATEST_LINK= knutclient-kde4
.include <bsd.port.mk>
|