blob: 139634a5bb7c2e6d4a20f4c9c3eebddc148829a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2003/07/13 13:52:40 wiz Exp $
DISTNAME= kdeaddons-2.2.2
PKGREVISION= 2
COMMENT= Add ons for the KDE integrated X11 desktop
.include "../../x11/kde2/Makefile.kde2"
USE_BUILDLINK2= YES
.include "../../x11/kde2/buildlink2.mk"
.include "../../x11/kdebase2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|