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.)
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2009/09/16 01:15:34 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 1.0.1
|
|
|
|
DISTNAME= Thunar-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-thunar-${XFCE4_VERSION}
|
|
CATEGORIES= sysutils
|
|
COMMENT= Xfce file manager
|
|
|
|
PKGCONFIG_OVERRIDE+= thunar-vfs/thunar-vfs-1.pc.in
|
|
PKGCONFIG_OVERRIDE+= thunarx/thunarx-1.pc.in
|
|
|
|
PKG_SYSCONFSUBDIR= xdg/Thunar
|
|
EGDIR= ${XFCE4_EGBASE}/Thunar
|
|
|
|
MAKE_DIRS+= ${PREFIX}/libexec/xfce4 ${PREFIX}/libexec/xfce4/panel-plugins
|
|
MAKE_DIRS+= ${XFCE4_EGBASE} ${PREFIX}/share/xfce4
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/panel-plugins
|
|
|
|
CONF_FILES= ${EGDIR}/uca.xml ${PKG_SYSCONFDIR}/uca.xml
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../mk/fam.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|