blob: 7cbde6fb818a1fe45ada8b98cf94e8eb8d79f54e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.7 2014/08/22 11:24:42 wiz Exp $
DISTNAME= kcron-${_KDE_VERSION}
PKGREVISION= 4
CATEGORIES= sysutils
COMMENT= Configure and schedule tasks
.include "../../meta-pkgs/kde4/Makefile.kde4"
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|