blob: 182ab48c64442e37bee67edaec93e745c3a48acf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.12 2012/10/08 09:57:29 asau Exp $
#
DISTNAME= loco-0.32
PKGREVISION= 1
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
USE_TOOLS+= perl:run pod2man pod2html
REPLACE_PERL= loco
BUILD_TARGET= # defined
.include "../../mk/bsd.pkg.mk"
|