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.)
18 lines
630 B
Makefile
18 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/09/16 01:15:34 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-appfinder-${XFCE4_VERSION}
|
|
CATEGORIES= sysutils
|
|
COMMENT= Xfce application finder
|
|
|
|
.include "../../devel/xfconf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/libxfce4menu/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|