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

24 lines
519 B
Makefile

PORTNAME= Imlib2
PORTVERSION= 1.0.0
PORTREVISION= 15
CATEGORIES= graphics perl5
MASTER_SITES= http://www.muhri.net/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl bindings for Imlib2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so
.include <bsd.port.mk>