Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / p5-Tk-JPEG-Lite / Makefile
1 # Created by: Michael Johnson <ahze@ahze.net>
2 # $FreeBSD$
3
4 PORTNAME=       Tk-JPEG-Lite
5 PORTVERSION=    2.01500
6 PORTREVISION=   1
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION:S/00$//}
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Very simplistic image viewer that loads JPEG images
14
15 BUILD_DEPENDS=  p5-Tk>=0:x11-toolkits/p5-Tk
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           jpeg perl5
19 USE_PERL5=      configure
20
21 post-patch:
22         @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
23                 ${WRKSRC}/Makefile.PL
24
25 .include <bsd.port.mk>