blob: 9058456a19de152e2425e566b986e0c9f9119e4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2004/04/14 16:15:30 jmmv Exp $
#
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 2.1.9
DISTNAME= gtk-xfce-engine-${XFCE4_VERSION}
PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION}
CATEGORIES= x11
COMMENT= XFce4 GTK2 themes
USE_DIRS+= xdg-1.1
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|