freebsd-ports/misc/colortail/Makefile

30 lines
864 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.2.0
CATEGORIES= misc
2000-06-07 20:14:45 +02:00
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/
# 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/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
2000-05-01 05:43:06 +02:00
MAN1= colortail.1
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>