pkgsrc/misc/xtail/Makefile
2010-02-04 16:47:05 +00:00

22 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/02/04 16:47:05 joerg Exp $
#
DISTNAME= xtail-2.1
CATEGORIES= misc
MASTER_SITES= http://www.unicom.com/sw/xtail/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.unicom.com/sw/xtail/
COMMENT= Like "tail -f" on a bunch of files at once
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xtail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"