freebsd-ports/misc/colortail/Makefile

28 lines
773 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 03:23:21 -04:00
# $FreeBSD$
#
2000-04-14 04:49:30 -04:00
PORTNAME= colortail
PORTVERSION= 0.3.0
2000-04-14 04:49:30 -04:00
CATEGORIES= misc
MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
MAINTAINER= bugg@bugg.strangled.net
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
2000-04-30 23:43:06 -04:00
post-install:
@ ${MKDIR} ${PREFIX}/share/colortail
@ ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${PREFIX}/share/colortail/
@ ${ECHO} "*********************************************"
@ ${ECHO} "Examples of the color configuration files are"
@ ${ECHO} "in ${PREFIX}/share/colortail/"
@ ${ECHO} "*********************************************"
.include <bsd.port.mk>