mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
08c99f3ad5
Approved by: portmgr (bapt)
29 lines
810 B
Makefile
29 lines
810 B
Makefile
# 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
|
|
MAKE_JOBS_SAFE= yes
|
|
LATEST_LINK= knutclient-kde4
|
|
|
|
.include <bsd.port.mk>
|