freebsd-ports/sysutils/agedu/Makefile

25 lines
549 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= agedu
PORTVERSION= 9723
CATEGORIES= sysutils
MASTER_SITES= LOCAL/sunpoet \
http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
DISTNAME= ${PORTNAME}-r${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unix utility for tracking down wasted disk space
LICENSE= MIT
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c
.include <bsd.port.mk>