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