freebsd-ports/sysutils/knutclient-kde4/Makefile
Guido Falsi c92f439f35 - Add conflicts
- Update website

While here add USE_GETTEXT as suggested by portlint.

PR:		ports/168762
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-06-09 21:04:09 +00:00

29 lines
821 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.*
USE_GETTEXT= yes
USE_CMAKE= yes
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>