summaryrefslogtreecommitdiff
path: root/misc/colortail/Makefile
blob: 3cd47fe38bc538d3b01cc731a1b628ea9184b95a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   colortail
# Version required:    0.2.0
# Date created:                25 February 1999
# Whom:                        Chris Piazza <cpiazza@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1999/04/27 12:32:21 taoka Exp $
#

DISTNAME=      colortail-0.2.0
CATEGORIES=    misc
MASTER_SITES=  http://www.student.hk-r.se/~pt98jan/

MAINTAINER=    cpiazza@FreeBSD.org

GNU_CONFIGURE= YES

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>