blob: 403a8c99de03f64306bd64a0d4b51890cd926f68 (
plain)
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
26
27
28
29
|
# New ports collection makefile for: colortail
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= colortail
PORTVERSION= 0.2.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/cpiazza/
# commented out until I upgrade to 0.3.0
# MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
MAINTAINER= cpiazza@FreeBSD.org
GNU_CONFIGURE= YES
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>
|