pkgsrc-wip/di/Makefile
David Howland 36989c4b4f '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 desire/prefer/are used to. It is designed to be portable
across many platforms.
2005-10-29 04:18:26 +00:00

26 lines
849 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $
DISTNAME= di-4.3f
CATEGORIES= sysutils
MASTER_SITES= http://www.gentoo.com/di/
MAINTAINER= dhowland@users.sourceforge.net
HOMEPAGE= http://www.gentoo.com/di/
COMMENT= Command-line disk information utility
MAKE_ENV+= prefix=${PREFIX}
USE_PKGLOCALEDIR= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES
${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/po/de_DE.po \
${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/di.po
${INSTALL_DATA} ${WRKSRC}/po/en_US.po \
${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/di.po
${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"