pkgsrc/sysutils/xfe/Makefile
nia 493dfb5453 xfe: Update to 1.43.2
PR pkg/52968

08/06/2019 - Version 1.43.2 released
- This release fixes several minor bugs. The greek translation has been
  updated.
- Many translations still need to be updated! Please send me your po files.

16/09/2018 - Version 1.43.1 released
- This release fixes a regression that corrupted the initial search window
  content.

17/07/2018 - Version 1.43 released
- This release fixes several minor bugs. The scrollbar size can now be
  changed. Russian translation has been updated.

28/07/2016 - Version 1.42 released
- This release fixes several bugs and regressions and adds custom mount /x
  unmount commands to the Preferences dialog.

28/11/2015 - Version 1.41 released
- This release adds a new disk usage command (accessible using the Compare
  Sizes menu voice) and allows to open multiple Property dialogs at the
  same time. Several bugs and regressions have also been fixed. The czech
  translation has been updated.
2019-07-07 15:22:29 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.52 2019/07/07 15:22:29 nia Exp $
DISTNAME= xfe-1.43.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://roland65.free.fr/xfe/
COMMENT= Fast MS-Explorer like filemanager for X
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake
USE_TOOLS+= intltool msgfmt msgmerge xgettext
GNU_CONFIGURE= yes
LDFLAGS.DragonFly= -lXft -lX11
PTHREAD_AUTO_VARS= yes
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
SUBST_FILES.conf= src/XFileExplorer.cpp src/xfedefs.h
SUBST_SED.conf= -e "s|/usr/local|${PREFIX}|"
SUBST_MESSAGE.conf= Fixing hardcoded path.
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/fox/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"