pkgsrc/sysutils/dfc/Makefile
2017-09-19 08:11:44 +00:00

33 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2017/09/19 08:11:44 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_ARGS+= -DMAN_PATH=${PREFIX}/${PKGMANDIR}
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_ARGS+= -DLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
CMAKE_ARGS+= -DNLS_ENABLED=true
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"