aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xtail/Makefile
blob: 3d50efebea39f39f0cbe68f7a5d1dfa8e41fbc65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: gmarco@giovannelli.it
# $FreeBSD$

PORTNAME=   xtail
PORTVERSION=    2.1
CATEGORIES= misc
MASTER_SITES=   http://www.unicom.com/sw/xtail/ \
        http://utenti.gufi.org/~gmarco/files/distfiles/

MAINTAINER= gmarco@gufi.org
COMMENT=    Watches the growth of files or directories

HAS_CONFIGURE=  yes

PLIST_FILES=    bin/xtail man/man1/xtail.1.gz

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1

.include <bsd.port.mk>