998c2601fe
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
394 B
Makefile
17 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.21 2009/09/16 01:15:34 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 4.6.0
|
|
DISTNAME= xfwm4-themes-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-wm-themes-${XFCE4_VERSION}
|
|
CATEGORIES= wm
|
|
COMMENT= Xfce window manager themes
|
|
|
|
USE_LANGUAGES= #empty
|
|
|
|
MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|