6e2c35c083
From Sergey Svishchev in private mail.
26 lines
846 B
Makefile
26 lines
846 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:22 wiz Exp $
|
|
|
|
DISTNAME= colortail-0.3.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://joakimandersson.se/files/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://joakimandersson.se/projects/colortail/
|
|
COMMENT= Colour-able replacement for tail(1)
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail
|
|
DESCR_SRC= ${WRKDIR}/.DESCR_SRC
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/colortail.1 ${PREFIX}/${PKGMANDIR}/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/colortail
|
|
cd ${WRKSRC}/example-conf/ && \
|
|
${INSTALL_DATA} conf.kernel conf.messages conf.secure \
|
|
conf.xferlog conf.daemon ${PREFIX}/share/examples/colortail
|
|
${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/DESCR > ${DESCR_SRC}
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|