aboutsummaryrefslogtreecommitdiffstats
path: root/.cvsignore
blob: 5d4ce997d66d8b96864c7a630c96522283af2d69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ABOUT-NLS
Makefile
Makefile.in
aclocal.m4
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
install-sh
intl
libtool
ltconfig
ltmain.sh
missing
mkinstalldirs
stamp-h
stamp-h.in
stamp.h
xlibtool
xltmain.sh
evolution.spec
xml-i18n-*
rts-gnome/refs/?id=4498e382955ba23ace5e6c4d4c32f98716713f70'>refslogblamecommitdiffstats
path: root/sysutils/agedu/Makefile
blob: 5e7fc60f82295ed8c92c52d49fc8fbf4cab151dc (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                    
                    












                                                                          


                                                                          
                      
# New ports collection makefile for:    agedu
# Date created:     2011-08-17
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   agedu
PORTVERSION=    9480
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>