blob: 5cab1199955a26af8f2e87315685a12538445fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.18 2018/08/22 09:45:44 wiz Exp $
#
DISTNAME= loco-0.32
PKGREVISION= 6
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"
|