update Fri Feb 26 06:37:01 PST 2010
[pkgsrc.git] / misc / colortail / Makefile
1 # $NetBSD: Makefile,v 1.18 2010/02/26 10:28:33 wiz Exp $
2
3 DISTNAME=       colortail-0.3.0
4 CATEGORIES=     misc
5 MASTER_SITES=   http://joakimandersson.se/files/
6
7 MAINTAINER=     pkgsrc-users@NetBSD.org
8 HOMEPAGE=       http://joakimandersson.se/projects/colortail/
9 COMMENT=        Colour-able replacement for tail(1)
10
11 PKG_DESTDIR_SUPPORT=    user-destdir
12
13 USE_LANGUAGES=  c c++
14
15 GNU_CONFIGURE=  yes
16 CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail
17
18 INSTALLATION_DIRS=      ${PKGMANDIR}/man1 share/examples/colortail
19
20 post-install:
21         ${INSTALL_MAN} ${WRKSRC}/colortail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
22         cd ${WRKSRC}/example-conf/ && \
23         ${INSTALL_DATA} conf.kernel conf.messages conf.secure \
24                 conf.xferlog conf.daemon ${DESTDIR}${PREFIX}/share/examples/colortail
25
26 .include "../../devel/libgetopt/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"