opnsense-ports/sysutils/agedu/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

25 lines
571 B
Makefile

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