mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# 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>
|