mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# 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
|
|
|
|
MAN1= xtail.1
|
|
PLIST_FILES= bin/xtail
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|