Files
ports/graphics/p5-Image-Imlib2/Makefile
Nuno Teixeira ba9b737fa1 */*: Chase graphics/imlib2 update
New imlib2 version in ports.
2025-03-18 15:36:30 +00:00

27 lines
636 B
Makefile

PORTNAME= Image-Imlib2
PORTVERSION= 2.03
PORTREVISION= 10
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Imlib2 image library
WWW= https://metacpan.org/release/Image-Imlib2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= perl5
USE_PERL5= modbuild
OPTIONS_DEFINE= EXAMPLES
EXAMPLES= examples/benchmark.pl examples/benchmark.txt examples/maeda.pl
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.include <bsd.port.mk>