aboutsummaryrefslogblamecommitdiff
path: root/sysutils/agedu/Makefile
blob: f045fd3a7431934fc0076c27b0325534dc2de289 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          
           

                     

                                
                        
                                                                     
                             

                                   
                                                                
 
                   
                                 
 

                   

                                   
 


                                                                          
                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	agedu
PORTVERSION=	20190630
DISTVERSIONSUFFIX=	.66cb14d
CATEGORIES=	sysutils
MASTER_SITES=	https://www.chiark.greenend.org.uk/~sgtatham/agedu/ \
		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/agedu \
		man/man1/agedu.1.gz

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

.include <bsd.port.mk>