import orca-2.18.1, a screen magnifier/reader for the gnome desktop
[pkgsrcv2.git] / misc / loco / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       loco-0.32
5 CATEGORIES=     misc
6 MASTER_SITES=   http://zjuul.net/~jules/loco/
7
8 MAINTAINER=     zuntum@eik.pl
9 HOMEPAGE=       http://zjuul.net/~jules/loco/
10 COMMENT=        Colorize file or standard input and print on the standard output
11
12 MAKE_ENV+=      "PREFIX=${PREFIX}"
13
14 USE_PERL5=      YES
15
16 ALL_TARGET=     # defined
17
18 post-patch:
19         ${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl,g"                \
20                 ${WRKSRC}/loco > ${WRKSRC}/loco.done
21         ${MV} ${WRKSRC}/loco.done ${WRKSRC}/loco
22
23 .include "../../mk/bsd.pkg.mk"