17 lines
412 B
Makefile
17 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/15 14:41:57 adam Exp $
|
|
|
|
DISTNAME= kdnssd-${_KDE_VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= net
|
|
COMMENT= Monitors the network for DNS-SD services
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
# for kded_dnssdwatcher
|
|
UNLIMIT_RESOURCES+= datasize memorysize stacksize
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|