19 lines
416 B
Makefile
19 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/09/15 17:05:24 drochner Exp $
|
|
#
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 2.2.8
|
|
|
|
DISTNAME= gtk-xfce-engine-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce GTK2 themes
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|