freebsd-ports/misc/colortail/Makefile
Chris Piazza bbed9774f9 Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
1999-06-19 08:26:18 +00:00

25 lines
798 B
Makefile

# 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>