blob: 91dd59aae3f535d8285697bde09f7e9dae34b461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:04 wiz 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
BUILD_TARGET= # defined
.include "../../mk/bsd.pkg.mk"
|