18 lines
424 B
Makefile
18 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.21 2021/05/24 19:53:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= loco-0.32
|
|
PKGREVISION= 9
|
|
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"
|