19 lines
424 B
Makefile
19 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/02/26 10:28:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= loco-0.32
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://zjuul.net/~jules/loco/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://zjuul.net/~jules/loco/
|
|
COMMENT= Colorize file or standard input and print on the standard output
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= loco
|
|
|
|
BUILD_TARGET= # defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|