aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/agedu/Makefile
blob: eb8066330e7c56e293e5c72c9d89d602f30821ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   agedu
PORTVERSION=    9723
CATEGORIES= sysutils
MASTER_SITES=   http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ \
        LOCAL/sunpoet
DISTNAME=   ${PORTNAME}-r${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    A Unix utility for tracking down wasted disk space

GNU_CONFIGURE=  yes

MAN1=       ${PORTNAME}.1
PLIST_FILES=    bin/${PORTNAME}

post-patch:
    @${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c

.include <bsd.port.mk>