1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/xtail/Makefile

22 lines
505 B
Makefile
Raw Normal View History

# Created by: gmarco@giovannelli.it
1999-08-25 07:23:21 +00:00
# $FreeBSD$
2000-04-14 08:49:30 +00:00
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
2003-02-21 12:51:06 +00:00
COMMENT= Watches the growth of files or directories
HAS_CONFIGURE= yes
2014-02-21 15:31:50 +00:00
PLIST_FILES= bin/xtail man/man1/xtail.1.gz
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
.include <bsd.port.mk>