blob: 5f93fd84e7c3ca831adb3e4f3fd2ae4040d4c556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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"
|