freebsd-ports/misc/colortail/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

30 lines
864 B
Makefile

# 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/ports/local-distfiles/cpiazza/
# commented out until I upgrade to 0.3.0
# MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
MAINTAINER= ports@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>