mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
a4a7daf069
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
27 lines
649 B
Makefile
27 lines
649 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeadmin
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils kde
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Administration applications (meta port)
|
|
|
|
USES= kde:4 metaport
|
|
|
|
OPTIONS_DEFINE= KCRON KSYSTEMLOG KUSER
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
KCRON_DESC= Task scheduler
|
|
KCRON_RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/kcm_cron.so:sysutils/kcron-kde4
|
|
|
|
KSYSTEMLOG_DESC= System log viewer
|
|
KSYSTEMLOG_RUN_DEPENDS= ${KDE_PREFIX}/bin/ksystemlog:sysutils/ksystemlog-kde4
|
|
|
|
KUSER_DESC= User management application
|
|
KUSER_RUN_DEPENDS= ${KDE_PREFIX}/bin/kuser:sysutils/kuser-kde4
|
|
|
|
.include <bsd.port.mk>
|