summaryrefslogtreecommitdiff
path: root/misc/loco/Makefile
blob: fa32d4e5a5c079115800bb0c43493990a8bae385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.1.1.1 2001/03/12 10:08:25 zuntum Exp $
#

DISTNAME=	loco-0.32
CATEGORIES=	misc
MASTER_SITES=	http://zjuul.net/~jules/loco/

MAINTAINER=	zuntum@eik.pl
HOMEPAGE=	http://zjuul.net/~jules/loco/
COMMENT=	Colorize file or standard input and print on the standard output

MAKE_ENV+=	"PREFIX=${PREFIX}"

USE_PERL5=	YES

ALL_TARGET=	# defined

post-patch:
	${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl,g"		\
		${WRKSRC}/loco > ${WRKSRC}/loco.done
	${MV} ${WRKSRC}/loco.done ${WRKSRC}/loco

.include "../../mk/bsd.pkg.mk"