18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/07/09 06:38:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= loco-0.32
|
|
PKGREVISION= 5
|
|
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"
|