1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/xtail/Makefile
Steve Price fd18c8aea3 Import of xtail version 0.1.
Watches the growth of files or directories.

PR:		9672
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-04-02 04:28:59 +00:00

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>