17 lines
378 B
Makefile
17 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/10/01 06:35:58 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= loco-0.32
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://zjuul.net/~jules/loco/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://zjuul.net/~jules/loco/
|
|
COMMENT= Colorize file or standard input and print on the standard output
|
|
|
|
USE_PERL5= YES
|
|
REPLACE_PERL= loco
|
|
|
|
ALL_TARGET= # defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|