freebsd-ports/misc/colortail/Makefile
Renato Botelho cc1007f427 - Update MASTER_SITES
- Reformat pkg-descr
- Update WWW
- Take maintainership

PR:		ports/102349
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2006-08-21 15:06:17 +00:00

28 lines
657 B
Makefile

# New ports collection makefile for: colortail
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= colortail
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://morrdusk.net/files/ \
ftp://ftp.jaist.ac.jp/pub/pkgsrc/distfiles/ \
http://www.goodking.ca/pub/files/
MAINTAINER= thomas@goodking.ca
COMMENT= A colour-able replacement for tail(1)
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>