mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
30 lines
594 B
Makefile
30 lines
594 B
Makefile
COMMENT= color-able replacement for tail(1)
|
|
|
|
GH_ACCOUNT= joakim666
|
|
GH_PROJECT= colortail
|
|
GH_TAGNAME= 0.3.5
|
|
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
CONFIGURE_STYLE= autoreconf
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/colortail.1 ${PREFIX}/man/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/colortail
|
|
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* \
|
|
${PREFIX}/share/examples/colortail
|
|
|
|
.include <bsd.port.mk>
|