1999-04-27 14:32:23 +02:00
|
|
|
# New ports collection makefile for: colortail
|
|
|
|
# Date created: 25 February 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-27 14:32:23 +02:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1999-04-27 14:32:23 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= colortail
|
2010-08-04 22:59:44 +02:00
|
|
|
PORTVERSION= 0.3.3
|
2000-04-14 10:49:30 +02:00
|
|
|
CATEGORIES= misc
|
2010-08-04 22:59:44 +02:00
|
|
|
MASTER_SITES= http://joakimandersson.se/files/
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A colour-able replacement for tail(1)
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2009-03-30 18:17:28 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2000-06-28 19:20:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-02-16 02:15:21 +01:00
|
|
|
|
1999-04-27 14:32:23 +02:00
|
|
|
post-install:
|
2003-05-08 14:33:59 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-02-16 02:15:21 +01:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2003-05-08 14:33:59 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
|
2003-02-16 02:15:21 +01:00
|
|
|
.endif
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2004-02-06 15:08:52 +01:00
|
|
|
.include <bsd.port.mk>
|