This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
17 lines
408 B
Makefile
17 lines
408 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/09/16 01:15:35 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 2.6.0
|
|
|
|
DISTNAME= gtk-xfce-engine-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION}
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce GTK2 themes
|
|
|
|
MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|