35ddadb224
- Missing .gitignore rule for autoconf detritus. - Give a sensible error message about misordered dumps. - Convert to and from a new 'sortable' dump format. - Factor out dump-file handling. (NFC) - Remove unused variables spotted by -Wall. - Revise parsing of /proc/net/tcp[6] for magic HTTP auth. - Fix mmap(2) error checks - Fix pathname-lookup failure on 'agedu -H /'. - Add a --numeric option, modifying HTML multifile output.
15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/08/26 19:33:42 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= agedu-20180522.5b12791
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/agedu/
|
|
COMMENT= Utility for tracking down wasted disk space
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|