# $NetBSD: Makefile,v 1.7 2025/08/20 11:35:11 wiz Exp $

DISTNAME=	dfc-3.1.1
PKGREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://projects.gw-computing.net/attachments/download/615/
# Note: the number at the end of the URL above changes for each release

MAINTAINER=	mcy@lm7.fr
HOMEPAGE=	https://projects.gw-computing.net/projects/dfc
COMMENT=	Display file system space usage using graph and colors
LICENSE=	modified-bsd

USE_CMAKE=	yes
CMAKE_CONFIGURE_ARGS+=	-DMAN_PATH=${PREFIX}/${PKGMANDIR}
CMAKE_CONFIGURE_ARGS+=	-DSYSCONFDIR=${PKG_SYSCONFDIR}

EGDIR=			${PREFIX}/share/examples/dfc
INSTALLATION_DIRS=	${EGDIR}
MAKE_DIRS=		${PKG_SYSCONFDIR}/xdg
OWN_DIRS=		${PKG_SYSCONFDIR}/xdg/dfc
CONF_FILES=		${EGDIR}/dfcrc ${PKG_SYSCONFDIR}/xdg/dfc/dfcrc
USE_PKGLOCALEDIR=	yes
CMAKE_CONFIGURE_ARGS+=	-DLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
CMAKE_CONFIGURE_ARGS+=	-DNLS_ENABLED=true
CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5

post-install:
	${INSTALL_DATA} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/dfc/dfcrc ${DESTDIR}${EGDIR}
	${INSTALL_DATA} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/dfc/fr/dfcrc ${DESTDIR}${EGDIR}/dfcrc.fr
	${INSTALL_DATA} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/dfc/nl/dfcrc ${DESTDIR}${EGDIR}/dfcrc.nl

BUILDLINK_DEPMETHOD.gettext-tools?=	build
.include "../../devel/gettext-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
