18 lines
397 B
Makefile
18 lines
397 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2015/06/04 20:27:53 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
|
||
|
|
||
|
CHECK_INTERPRETER_SKIP= lib/cw/*
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|