blob: c529342ce4f81830cf624708d1762416f9bb7ac3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $NetBSD: Makefile,v 1.4 2019/11/04 21:28:44 rillig 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"
|