pkgsrc/sysutils/ccze/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:17 wiz Exp $
DISTNAME= ccze-0.2.1
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bonehunter.rulez.org/software/ccze/
COMMENT= Log coloriser, fast and light on resources
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6*-*
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
BUILDLINK_TRANSFORM+= rm:-Wmulticharacter
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"