Manual tweak misc/edfbrowser
[dports.git] / misc / colortail / Makefile
1 PORTNAME=       colortail
2 PORTVERSION=    0.3.3
3 PORTREVISION=   1
4 CATEGORIES=     misc
5 MASTER_SITES=   https://github.com/joakim666/colortail/releases/download/${PORTVERSION}/
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        tail(1) replacement with color support
9 WWW=            https://github.com/joakim666/colortail
10
11 LICENSE=        GPLv2+
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 LIB_DEPENDS=    libgnuregex.so.6:devel/libgnuregex
15
16 USES=           localbase:ldflags
17
18 GNU_CONFIGURE=  yes
19 LIBS+=          -lgnuregex
20
21 OPTIONS_DEFINE= EXAMPLES
22
23 do-install:
24         ${INSTALL_PROGRAM} ${WRKSRC}/colortail ${STAGEDIR}${PREFIX}/bin
25
26 do-install-EXAMPLES-on:
27         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
28         ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${STAGEDIR}${EXAMPLESDIR}
29
30 .include <bsd.port.mk>