mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fd18c8aea3
Watches the growth of files or directories. PR: 9672 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: xtail
|
|
# Version required: 0.1
|
|
# Date created: 20 January 1999
|
|
# Whom: gmarco@scotty.masternet.it
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xtail
|
|
PKGNAME= xtail-0.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.giovannelli.it/~gmarco/files/
|
|
|
|
MAINTAINER= freebsd@scotty.masternet.it
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAN1= xtail.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|