openbsd-ports/sysutils/colortail/Makefile

27 lines
669 B
Makefile
Raw Normal View History

2004-12-21 07:48:09 -05:00
# $OpenBSD: Makefile,v 1.5 2004/12/21 12:48:09 robert Exp $
COMMENT= "color-able replacement for tail(1)"
DISTNAME= colortail-0.3.0
CATEGORIES= sysutils
2004-12-21 07:48:09 -05:00
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/
MAINTAINER= Robert Nagy <robert@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-20 05:35:34 -05:00
WANTLIB= c m stdc++
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_MAN} ${FILESDIR}/colortail.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/colortail
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* \
${PREFIX}/share/examples/colortail
.include <bsd.port.mk>