freebsd-ports/misc/colortail/Makefile
Thomas Abthorpe 762214a0af - Update to 0.3.3
PR:		ports/149149
Submitted by:	Frederic Culot <frederic culot.org>
2010-08-04 20:59:44 +00:00

26 lines
564 B
Makefile

# New ports collection makefile for: colortail
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= colortail
PORTVERSION= 0.3.3
CATEGORIES= misc
MASTER_SITES= http://joakimandersson.se/files/
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= A colour-able replacement for tail(1)
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>