pkgsrc/misc/cw/Makefile

21 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/06/04 21:56:48 youri Exp $
DISTNAME= cw-1.0.16
CATEGORIES= misc
MASTER_SITES= http://cwrapper.sourceforge.net/
MAINTAINER= youri@NetBSD.org
HOMEPAGE= http://cwrapper.sourceforge.net/
COMMENT= Non-intrusive color wrapper for common commands
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-build
SUBST_MESSAGE.path= Updating intepreter path
SUBST_FILES.path= def/*
SUBST_SED.path= -e 's,/cw,${PREFIX}/bin/cw,1'
.include "../../mk/bsd.pkg.mk"