freebsd-ports/misc/colortail/Makefile
Christian Weisgerber 756a822d0d Utilize USE_GETOPT_LONG
PR:		51379
Submitted by:	Ports Fury
2003-05-08 12:33:59 +00:00

26 lines
580 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= 1
CATEGORIES= misc
MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
MAINTAINER= ports@FreeBSD.org
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>