mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
35 lines
782 B
Makefile
35 lines
782 B
Makefile
# 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
|
|
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}
|
|
|
|
BROKEN= Removes files installed by another port
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= tkjpeg.1
|
|
MAN3= Tk::JPEG::Lite.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|