1999-04-27 08:32:23 -04:00
|
|
|
# New ports collection makefile for: colortail
|
|
|
|
# Date created: 25 February 1999
|
1999-06-19 04:26:18 -04:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-27 08:32:23 -04:00
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1999-04-27 08:32:23 -04:00
|
|
|
#
|
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= colortail
|
2000-06-28 13:20:28 -04:00
|
|
|
PORTVERSION= 0.3.0
|
2000-04-14 04:49:30 -04:00
|
|
|
CATEGORIES= misc
|
2000-06-28 13:20:28 -04:00
|
|
|
MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
|
1999-04-27 08:32:23 -04:00
|
|
|
|
2000-06-28 13:20:28 -04:00
|
|
|
MAINTAINER= bugg@bugg.strangled.net
|
1999-04-27 08:32:23 -04:00
|
|
|
|
2000-06-28 13:20:28 -04:00
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
1999-04-27 08:32:23 -04:00
|
|
|
|
2000-06-28 13:20:28 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-04-30 23:43:06 -04:00
|
|
|
|
1999-04-27 08:32:23 -04:00
|
|
|
post-install:
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/colortail
|
2000-06-28 13:20:28 -04:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${PREFIX}/share/colortail/
|
1999-04-27 08:32:23 -04:00
|
|
|
@ ${ECHO} "*********************************************"
|
2000-06-28 13:20:28 -04:00
|
|
|
@ ${ECHO} "Examples of the color configuration files are"
|
|
|
|
@ ${ECHO} "in ${PREFIX}/share/colortail/"
|
1999-04-27 08:32:23 -04:00
|
|
|
@ ${ECHO} "*********************************************"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|