b269d7654a
Patch provided by Brad Lanam in PR pkg/50696. Changes: 4.40 [2016-1-22] Updated the Tcl interface to return the 'display' key as a list. 4.39 [2016-1-22] Added a Tcl interface. Fixed CSV header to honor -n flag. Added -C, --csv-tabs to output CSV with tabs. Fixes for mingw (build, long double can't be printf'd). Update mkconfig to version 1.27 4.38 [2016-1-6] Honor FreeBSD NO_PIE environment variable. Update mkconfig to version 1.26 4.37 [2015-10-18] Fixed a problem when processing the DI_ARGS environment variable. Hardened compiler options: reference: http://wiki.debian.org/Hardening Code cleanup to fix compiler warnings. 4.36 [2015-5-18] Updated test for NFS remote filesystems. 4.35 [2014-2-15] Updates for Irix. Fixed a bug when -I/-x were specified in addition to a filespec. Updated build system to mkconfig-1.24
24 lines
615 B
Makefile
24 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/01/24 11:07:49 leot Exp $
|
|
#
|
|
|
|
DISTNAME= di-4.40
|
|
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"
|