54adf62c10
based on PR 47495 by Brad Lanam, some small fixes by me. di is a disk information utility, displaying everything (and more) that your df command does. It features the ability to display your disk usage in whatever format you prefer. It also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space.
24 lines
617 B
Makefile
24 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/01/30 12:29:06 obache Exp $
|
|
#
|
|
|
|
DISTNAME= di-4.34
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://gentoo.com/di/
|
|
|
|
MAINTAINER= brad.lanam.di@gmail.com
|
|
HOMEPAGE= http://gentoo.com/di/
|
|
COMMENT= Alternative df command
|
|
LICENSE= zlib
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
MAKE_ENV+= prefix=${PREFIX} \
|
|
LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \
|
|
INSTALL_DIR=${DESTDIR}${PREFIX} \
|
|
INST_LOCALEDIR=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \
|
|
DI_MANINSTDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|