pkgsrc/misc/mtail/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00

23 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/21 23:46:54 jlam Exp $
#
DISTNAME= mtail-1.0.0
CATEGORIES= misc
MASTER_SITES= http://matt.immute.net/src/mtail/
EXTRACT_SUFX= .tgz
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://matt.immute.net/src/mtail/
COMMENT= small tail workalike that performs output coloring
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= mtail
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mtail ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mtail.README
${INSTALL_DATA} ${WRKSRC}/mtailrc.sample ${PREFIX}/share/examples
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"