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
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= misc
|
2000-06-07 20:14:45 +02:00
|
|
|
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/
|
2000-02-08 22:51:45 +01:00
|
|
|
# commented out until I upgrade to 0.3.0
|
2000-04-14 10:49:30 +02:00
|
|
|
# MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2000-06-20 23:45:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2000-06-20 23:45:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-04-27 14:32:23 +02:00
|
|
|
|
2000-05-01 05:43:06 +02:00
|
|
|
MAN1= colortail.1
|
|
|
|
|
1999-04-27 14:32:23 +02:00
|
|
|
post-install:
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/colortail
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.example
|
|
|
|
@ ${ECHO} "*********************************************"
|
|
|
|
@ ${ECHO} "An example of the colour configuration is in"
|
|
|
|
@ ${ECHO} "${PREFIX}/share/colortail/CONFIG.example"
|
|
|
|
@ ${ECHO} "*********************************************"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|