blob: e484a3d44cdc4b45dfccbe836717f3b714618c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.10 2009/09/16 01:15:33 reed Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 4.4.3
DISTNAME= xfce4-icon-theme-${XFCE4_VERSION}
CATEGORIES= graphics
COMMENT= Xfce icon themes
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|