# New ports collection makefile for: colortail # Date created: 25 February 1999 # Whom: Chris Piazza # # $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) GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .if !exists(/usr/include/getopt.h) LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR} .endif .include