blob: ebd51484783bcff5754f5c3229a781616a7bbf30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.4 2003/12/22 08:50:41 martti Exp $
#
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 2.1.7
DISTNAME= gtk-xfce-engine-${XFCE4_VERSION}
PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION}
PKGREVISION= 2
CATEGORIES= x11
COMMENT= XFce4 GTK2 themes
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|