aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xtail/Makefile
blob: 428607b9ce4be9ecb5a30d5e6a702fb0211c3bda (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
27
# New ports collection makefile for:   xtail
# Date created:        20 January 1999
# Whom:                gmarco@giovannelli.it
#
# $FreeBSD$
#

PORTNAME=   xtail
PORTVERSION=    2.1
CATEGORIES= misc
MASTER_SITES=   http://www.unicom.com/sw/xtail/ \
        http://www.giovannelli.it/~gmarco/files/
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= gmarco@giovannelli.it
COMMENT=    Watches the growth of files or directories

HAS_CONFIGURE=  yes

MAN1=       xtail.1
PLIST_FILES=    bin/xtail

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

.include <bsd.port.mk>