aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Imlib2/Makefile
blob: c0cd653ba5e997ed45a676db37dbf744f561cc7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Jeremy Norris <ishmael27@home.com>
# $FreeBSD$

PORTNAME=   Imlib2
PORTVERSION=    1.0.0
PORTREVISION=   9
CATEGORIES= graphics perl5
MASTER_SITES=   http://www.muhri.net/
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-Perl-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Perl bindings for Imlib2

USE_EFL=    imlib2

USES=       perl5
USE_PERL5=  configure

MAN3=       Imlib2.3

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>