freebsd-ports/graphics/p5-Tk-JPEG-Lite/Makefile

26 lines
593 B
Makefile
Raw Normal View History

# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= Tk-JPEG-Lite
2013-08-21 17:04:15 +02:00
PORTVERSION= 2.01500
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2013-08-21 17:04:15 +02:00
DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//}
2010-01-16 19:02:18 +01:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Very simplistic image viewer that loads JPEG images
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
2013-08-21 17:04:15 +02:00
LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
2013-08-21 17:04:15 +02:00
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>