[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / colortail

Annotation of pkgsrc/misc/colortail/Makefile, Revision 1.19

1.19    ! asau        1: # $NetBSD: Makefile,v 1.18 2010/02/26 10:28:33 wiz Exp $
1.1       hubertf     2:
                      3: DISTNAME=      colortail-0.3.0
                      4: CATEGORIES=    misc
1.15      wiz         5: MASTER_SITES=  http://joakimandersson.se/files/
1.1       hubertf     6:
1.18      wiz         7: MAINTAINER=    pkgsrc-users@NetBSD.org
1.15      wiz         8: HOMEPAGE=      http://joakimandersson.se/projects/colortail/
1.7       martti      9: COMMENT=       Colour-able replacement for tail(1)
1.1       hubertf    10:
1.13      rillig     11: USE_LANGUAGES= c c++
1.12      joerg      12:
1.1       hubertf    13: GNU_CONFIGURE= yes
                     14: CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail
                     15:
1.17      joerg      16: INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/examples/colortail
                     17:
1.1       hubertf    18: post-install:
1.17      joerg      19:        ${INSTALL_MAN} ${WRKSRC}/colortail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
1.1       hubertf    20:        cd ${WRKSRC}/example-conf/ && \
                     21:        ${INSTALL_DATA} conf.kernel conf.messages conf.secure \
1.17      joerg      22:                conf.xferlog conf.daemon ${DESTDIR}${PREFIX}/share/examples/colortail
1.1       hubertf    23:
1.11      tv         24: .include "../../devel/libgetopt/buildlink3.mk"
1.1       hubertf    25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>