2004-08-10 18:03:19 +02:00
|
|
|
# New ports collection makefile for: p5-Tk-JPEG-Lite
|
|
|
|
# Date created: 2004-07-23
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tk-JPEG-Lite
|
|
|
|
PORTVERSION= 2.01403
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-08-10 18:03:19 +02:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Tk
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Very simplistic image viewer that loads JPEG images
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2004-08-10 18:03:19 +02:00
|
|
|
|
2005-09-05 19:35:09 +02:00
|
|
|
MAN1= tkjpeg-lite.1
|
2004-08-10 18:03:19 +02:00
|
|
|
MAN3= Tk::JPEG::Lite.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
2005-09-05 19:35:09 +02:00
|
|
|
-e 's|tkjpeg|tkjpeg-lite|g' \
|
|
|
|
${WRKSRC}/Makefile.PL ${WRKSRC}/MANIFEST
|
|
|
|
@${MV} ${WRKSRC}/tkjpeg ${WRKSRC}/tkjpeg-lite
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|