1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/xtail/Makefile
Alex Dupre 902e1a095e Update master site and maintainer email.
Submitted by:	maintainer
2006-11-03 22:24:54 +00:00

28 lines
612 B
Makefile

# New ports collection makefile for: xtail
# Date created: 20 January 1999
# Whom: 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/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= gmarco@gufi.org
COMMENT= Watches the growth of files or directories
HAS_CONFIGURE= yes
MAN1= xtail.1
PLIST_FILES= bin/xtail
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>