blob: bc84a3a98a5a05b30d253f9df65294d8c0b48bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:57 wiz Exp $
#
DISTNAME= dirsize-0.6
CATEGORIES= sysutils
MASTER_SITES= http://plasmasturm.org/code/dirsize/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://plasmasturm.org/code/dirsize/
COMMENT= Outputs aggregate size of all files in one or more directories
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Interix"
. include "../../devel/libiberty/application.mk" # need asprintf(3)
.endif
.include "../../mk/bsd.pkg.mk"
|