blob: 0c4abeb92feba213efcbb532de0e112740ab8aa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:47 reed Exp $
DISTNAME= kdeartwork-2.2.2
PKGREVISION= 3
COMMENT= Artwork 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"
|