2013-09-20 22:50:57 +02:00
|
|
|
# Created by: gmarco@giovannelli.it
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1999-04-02 06:28:59 +02:00
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= xtail
|
2000-09-19 20:30:27 +02:00
|
|
|
PORTVERSION= 2.1
|
1999-04-02 06:28:59 +02:00
|
|
|
CATEGORIES= misc
|
2000-09-19 20:30:27 +02:00
|
|
|
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
|
2006-11-03 23:24:54 +01:00
|
|
|
http://utenti.gufi.org/~gmarco/files/distfiles/
|
1999-04-02 06:28:59 +02:00
|
|
|
|
2006-11-03 23:24:54 +01:00
|
|
|
MAINTAINER= gmarco@gufi.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Watches the growth of files or directories
|
1999-04-02 06:28:59 +02:00
|
|
|
|
2000-09-19 20:30:27 +02:00
|
|
|
HAS_CONFIGURE= yes
|
1999-04-02 06:28:59 +02:00
|
|
|
|
2014-02-21 16:31:50 +01:00
|
|
|
PLIST_FILES= bin/xtail man/man1/xtail.1.gz
|
1999-04-02 06:28:59 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-02-21 16:31:50 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
|
1999-04-02 06:28:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|