freebsd-ports/misc/colortail/Makefile

27 lines
564 B
Makefile
Raw Normal View History

# New ports collection makefile for: colortail
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= colortail
PORTVERSION= 0.3.3
2000-04-14 10:49:30 +02:00
CATEGORIES= misc
MASTER_SITES= http://joakimandersson.se/files/
MAINTAINER= tabthorpe@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A colour-able replacement for tail(1)
2009-03-30 18:17:28 +02:00
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>